Webhooks
Post webhooks events
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Path Parameters
Body
application/json · object[]
The event name
Example:
"hris_employees.created"
The record id associated with the event
Response
207
application/json
Multiple status returned. Check the response body for details.
The event name
Example:
"hris_employees.created"
The record id associated with the event
The response http status code
Example:
200
The message associated with the operation result
Example:
"The event was created"
Was this page helpful?