Integration docs
  • Integrating
    • Getting started
    • JSON feed
    • JS tag
    • CSV import
    • REST API
    • Webhooks
  • Security
    • SSO authentication
  • Onboarding
    • Getting started
    • ATS Sync
      • ICIMS
      • Teamtailor
      • Recruiterflow
      • SAP SuccessFactors
      • Ashby
      • Pinpoint
      • Lever
      • Salesforce
      • Jobylon
      • Workday
      • Greenhouse
      • SmartRecruiters
      • Bullhorn
      • Bullhorn Recruitment Cloud (Bullhorn for Salesforce, BH4SF)
      • ReachMee (TalenTech)
      • Recman
    • Social ads
    • Social pages
      • Facebook & Instagram
      • LinkedIn
      • Snapchat
    • Social talent pools
      • Setup process
  • Templates & Content - Creative Assets
    • Getting Started
      • Image Templates
        • Aspect ratios & sizes
      • Text Templates
      • Exporting assets to Adway
      • Forbidden Content
    • Advanced
      • Dynamic text replacements
      • Variations
Powered by GitBook
On this page
  • Introduction
  • Adding webhooks
  • Data exchange
  1. Integrating

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.

PreviousREST APINextSSO authentication

Last updated 1 year ago

Our REST API docs can be found .

here