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

  1. eventsubscriptions-{subscriptionId} - Delete Subscription DELETE {{baseUrl}}/eventsubscriptions/:subscriptionId

  2. eventsubscriptions - Create Subscription POST {{baseUrl}}/eventsubscriptions

  3. eventsubscriptions - List Subscriptions GET {{baseUrl}}/eventsubscriptions?offset=0

  4. eventsubscriptions-{subscriptionId} - Get Subscription GET {{baseUrl}}/eventsubscriptions/:subscriptionId