Introduction

What is TheirStackProduct updatesBlogAPI Reference

Data

Job Data
Technographic Data

Product

App
Webhooks
How to set up a webhookMonitor your webhooksReceive TheirStack events in your webhook endpoint
Datasets

Pricing and Billing

Affiliate ProgramAuto recharge creditsCreditsPricing FAQs

Integrations

ClayMake

Guides

Adding a technology or job filter to your company searchBackfilling a job boardHow to fetch jobs periodically using the Jobs APIHow to Choose the Best Way to Access TheirStack DataHow to find old jobsHow to get access to datasetsHow to identify companies with problems your software solvesOutreach companies actively hiringHow to send a slack message for every new job foundMonitoring open jobs from current and past customersIntegration guide for sales intelligence software

Other

Users and Teams
TheirStack TheirStack Logo

Docs

Webhooks

Monitor your webhooks

Track your webhook performance with detailed analytics. Learn how to view webhook usage statistics, understand event statuses, and troubleshoot webhook delivery issues using TheirStack's built-in monitoring dashboard.

You can monitor all your webhooks usage in the Usage page. In the "Webhooks events" section you can see the total number of events triggered by your webhooks.

You can see the breakdown of the webhook events by event status or webhook.

  • Event Status: success, in progress, failed, not_triggered. Learn more about the webhook events statuses.
  • Webhook: name of the webhook that triggered the event.

Webhook usage

Webhook events statuses

Webhook events have the following statuses:

  • success: The webhook event was processed successfully. The endpoint returned a 200 status code.
  • in progress: The webhook event is being processed, it could take a few minutes to be processed.
  • failed: The webhook event failed to be processed. The endpoint returned a non-200 status code. Don't worry, it will be retried every hour for 48 hours.
  • not_triggered: The webhook event was detected but not triggered because you run out of API credits.

How to manually resend a failed webhook event?

You can manually resend a failed webhook event by clicking on the "Resend" button in the webhook details page.

Resend webhook event

FAQs

How is this guide?

Last updated on

How to set up a webhook

Learn how to set up a webhook to get notified when events occur (new jobs, tech changes, etc) in TheirStack and trigger actions in your external systems like N8N, Zapier, Make, Airtable, etc

Receive TheirStack events in your webhook endpoint

Learn the essential technical requirements for building webhook endpoints that receive TheirStack job and company data. Covers status codes, retry logic, concurrency handling, and duplicate prevention.

On this page

Webhook events statuses
How to manually resend a failed webhook event?
FAQs