Employee createdAsk AIwbhk employeeCreatedTriggered when an employee is created. In the right panel, open Examples and select Payload Example to see a real payload.PayloadcompanyIdnumberrequiredThe company IDtypestringenumrequiredEvent type for employee createdemployee.createdAllowed:employee.createdtriggeredBystringrequiredThe backend-id of the employee that triggered the event, or 'system' for system-triggered eventstriggeredAtstringrequiredThe timestamp when the event occurred (ISO 8601-style string)versionstringrequiredThe webhook version (e.g., v2)dataobjectrequiredData payload for employee.created eventdata objectHeadersbob-signaturestringrequiredBase64-encoded signature sent with each webhook request. Use it to verify that the request came from Bob. To verify webhook authenticity, see How does Bob calculate the signature.Responses 200Webhook received successfully 400Invalid webhook payloadUpdated 2 months ago