Event Subscriptions
Number of APIs: 4
The event subscriptions endpoints allow you to set notifications for specific events. You need a url to publish these events to and to use the events as they happen to trigger additional actions. For example, you can receive a survey completed event and immediately kick off a thank you distribution for that contact.
Contact Support: Name: Support
-
eventsubscriptions-{subscriptionId} - Delete Subscription DELETE {{baseUrl}}/eventsubscriptions/:subscriptionId
-
eventsubscriptions - Create Subscription POST {{baseUrl}}/eventsubscriptions
-
eventsubscriptions - List Subscriptions GET {{baseUrl}}/eventsubscriptions?offset=0
-
eventsubscriptions-{subscriptionId} - Get Subscription GET {{baseUrl}}/eventsubscriptions/:subscriptionId