Webhooks
Concerned products
ā Attract š³ Engage ā Convert š³ Predict
Introduction
Webhooks provide you with the most up-to-date information when certain resources are created, updated, or deleted, making it easier to keep your system in sync.
Supported resources
ā Campaigns
Supported authentication methods
ā X-API-KEY
š³ Bearer token
Adding webhooks
To add a webhook you have to reach out to your Adway contact and provide them with the following information:
Resource
Secure HTTPS URL, with the structure
https://your-url.domain/optional-subdomains/:atsJobId
Authentication method
Authentication secret
Data exchange
Once you have configured a resource webhook with a secure HTTPS URL, our system will send a request to that URL whenever a relevant resource is created, updated, or deleted.
The request body will contain the latest content of the affected resource, the content of that request matches the REST API response body for the same resource.
Last updated