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.

Our REST API docs can be found here.

Last updated