Skip to main content

Webhook Troubleshooting and Common Issues

webhook not firing, webhook not working, automation name none, webhook payload, make.com, zapier, integration, webhook url, linkedin_reply, email_reply, webhook event, webhook retry

Written by Nadia Martynova
Updated today

Webhooks power your GetSales integrations with Make, Zapier, and custom systems. When webhooks don't fire, here's how to debug.

Webhooks Not Firing

First, verify the webhook is configured correctly:

  1. Check the event type — Go to Webhooks settings, confirm you're listening for the right event (e.g., linkedin_reply, email_reply, contact_added)

  2. Verify the URL — Test that your webhook URL is accessible and returning HTTP 200

  3. Test manually — Send a test webhook from GetSales to confirm delivery

  4. Check logs — Review webhook delivery logs in GetSales settings for error messages

Automation Name Shows as "None" in Webhook Payload

You're receiving webhooks, but the automation_name field is coming through as "none" or null.

This happens because:

  • The contact is no longer in an active automation when the webhook fires

  • The automation was cancelled or paused after the contact was added

  • This is expected behavior — GetSales reports the state at the moment the event occurs

To work around this, store the automation ID when the contact enters it, then reference it later. For building advanced tracking pipelines, see Advanced Integration: Build a Custom Outreach Monitoring Dashboard with Google Sheets.

Make.com and Zapier Integration Issues

If webhooks reach GetSales but Make or Zapier isn't receiving them:

  • Verify the webhook URL in Make/Zapier — Copy the URL directly from Make or Zapier; ensure it hasn't been regenerated

  • Test the receiving end — Make or Zapier may need you to perform a test trigger to activate it

  • Check authentication — Some integrations require API keys or tokens; verify these are current

  • Review integration logs — Make and Zapier have their own logs to show webhook attempts

For Zapier-specific setup, see Creating a Webhook with Zapier.

Webhook Reliability

GetSales webhooks retry failed deliveries up to 3 times with exponential backoff. For mission-critical workflows, consider polling the API as a backup — see GetSales API Quick Start Guide.

For real-time error notifications, see Email Notifications & Webhooks for Sender Profile Errors.

Did this answer your question?