Setting Up Webhooks

What are webhooks?

Webhooks let you send subscriber data to an external service automatically. Every time a customer signs up for a back-in-stock notification on your store, Storebeep can send that information to a URL you specify.

This is useful if you want to:

  • Push subscriber data to a CRM or marketing tool
  • Trigger custom workflows in tools like Zapier or Make
  • Keep an external system in sync with your Storebeep data

Which plan do I need?

Webhooks are available on the Pro plan and above. If you are on the Free plan, you will see an upgrade prompt when you try to set one up.

How do I set up a webhook?

  1. Open Storebeep in your Shopify admin.
  2. Go to Settings.
  3. Scroll down to the Webhook Notifications section.
  4. Enter the URL where you want to receive the data.
  5. Click Save.

The URL must start with https:// or http://. Localhost URLs are not supported.

What data does the webhook send?

When a customer subscribes, Storebeep sends a POST request to your URL with the subscription details, including the customer's email, the product and variant they signed up for, and the subscription date.

How do I test my webhook?

After saving your webhook URL, click the Test Webhook button. Storebeep will send a sample request to your URL so you can confirm it is receiving data correctly.

Where can I see webhook delivery history?

Go to the Webhook Logs page (there is a link in the Webhook Notifications section of Settings). You can see every webhook delivery attempt, including:

  • Whether it succeeded or failed
  • The response code from your server
  • How many delivery attempts were made
  • The date and time

See Webhook Logs for more details.

Can I change or remove my webhook URL?

Yes. Go to Settings > Webhook Notifications, update or clear the URL, and click Save. If you remove the URL, webhook notifications will stop.

Need help?

If you are trying to connect Storebeep to another tool and are not sure what URL to use, reach out to our support team. We can help you figure out the right setup.