Page History
...
Code Block |
---|
GET /companies/:company_id/config/callbacks/:callback_id |
Note: A 404 - Not Found error will be returned if the callback cannot be located.
...
Two callback registrations may not share an event type if they have overlapping active date ranges.
Note: An HTTP 201 - Created response will be returned if the object has been successfully created.
...
Code Block |
---|
DELETE /companies/:company_id/config/callbacks/:callback_id |
Notes:
An HTTP 200 - OK will be returned if the operation completes successfully.
An HTTP 404 - Not Found error will be returned if the entity does not exist.
...
Code Block |
---|
{ "event_type":"ack_participant_added", "participant":{ "acquisition_campaign":{ "id":"my_campaign" } } } |
Note: An HTTP 201 - Created will be returned if the callback was queued for send.
Code Block |
---|
{ "message":"Created event for event_type 'person_added'", "event_id":"AB234SDFD234" } |
Note: An HTTP 404 - Not Found error will be returned if an active callback does not exist.
...
Overview
Content Tools