New subscription
POST {{connect_base_url}}/notifications/v1/subscription/notification/webhook
This example shows how you can subscribe to a callback.
The list of topics and their respective events is below:
| TOPIC | EVENT NAMES |
|---|---|
| dunningjourneycampaign | [] |
| proactivejourneycampaign | [] |
| qlinkdebicheckmigrationjourneyimport | [INITIATED, AUTHENTICATED, REJECTED, MAX_RETRIES_REACHED, TIMEDOUT, FAILED] |
Request Body
{"tenantId"=>"{{auth_tenant_id}}", "description"=>"Alert me on dunning journey campaign started events", "events"=>[{"topic"=>"dunning_journey_campaign", "eventName"=>"STARTED"}], "notifications"=>[{"url"=>"https://reviopay.com"}]}