Skip to main content
Help Center

Developer

Webhooks & Integrations

Set up webhooks, Slack, Discord, and CMS integrations.

Webhooks

Receive real-time notifications when events happen on ReachSurge. Available on Growth+ plans.

Setting Up Webhooks

  1. Go to SettingsWebhooks
  2. Click Add Endpoint
  3. Enter your webhook URL
  4. Select which events to subscribe to
  5. Save — ReachSurge will send a test ping

Webhook Events

  • new_citation — AI engine cited your content
  • backlink_verified — A backlink was confirmed live
  • crawl_complete — Website crawl finished
  • content_refreshed — Content was updated
  • competitor_alert — Competitor ranking changed
  • authority_score_changed — Entity authority score updated

Security

All webhook payloads are signed with HMAC-SHA256 via the X-ReachSurge-Signature header. Verify signatures to ensure authenticity.

Slack Integration

  1. Go to SettingsIntegrationsSlack
  2. Create an Incoming Webhook in your Slack workspace
  3. Paste the webhook URL
  4. ReachSurge sends formatted Block Kit messages for all notification events

Discord Integration

  1. Go to SettingsIntegrationsDiscord
  2. Create a webhook in your Discord channel settings
  3. Paste the webhook URL
  4. ReachSurge sends formatted embed messages

CMS Auto-Publishing

Publish generated content directly to your CMS:

  • WordPress — via REST API + Application Passwords
  • Shopify — via GraphQL Admin API
  • Webflow — via CMS API v2
  • Ghost — via Admin API + JWT

Set up in SettingsIntegrations.

FAQ

What format are webhook payloads? JSON with event, data, and timestamp fields, signed with HMAC-SHA256.

Can I filter which events trigger webhooks? Yes, you select specific events when creating the endpoint.

Do Slack/Discord notifications respect my notification preferences? Yes, they follow the same preferences you set in Settings → Notifications.