B S W A G I C
Documentation

Webhook Management

Receive instant notifications when events occur, without polling. Sync data, trigger workflows, and keep systems in step.

Webhook Management

Key Benefits

  • Key Benefits : Why use webhooks
    • Real-time : Updates without polling
    • Automation : Faster integrations and workflows
    • Low Latency : Minimal delay on event delivery

Enable Webhook Access

  • Enable Webhook Access : Master switch
    • ON : Send real-time event data to your webhook URL(s)
    • OFF : No webhook data is sent

Webhook URL

  • Webhook URL : Your receiving endpoint
    • Purpose : Receives POST requests with JSON payloads
    • Requirements : Publicly accessible and accepts POST
    • Security : Use secret keys/headers to verify requests
    • Example : https://your-domain.com/webhook

Webhook Abilities

  • Webhook Abilities : Choose events to receive
    • Contacts : Create, Update, Delete
    • Statuses : Create, Update, Delete
    • Sources : Create, Update, Delete
    • Tip : Enable the combinations needed by your integration

Saving Changes

  • Saving Changes : Apply your settings
    • Action : Click Save Changes after setting URL and abilities
    • Notes : Ensure endpoint is reachable and secured