Enterprise Only
Webhooks
Real-Time Signal Delivery
Subscribe to signal events and deliver fresh intelligence directly into your CRM, enrichment pipeline, or AI workflow as soon as it is available. Webhooks are available for enterprise customers. Contact sales to get started.
Supported Event Types
- company.signal.created
- contact.signal.created
- company.signal.updated
- subscription.delivery.failed
- subscription.delivery.retried
Delivery Guarantees
- HTTPS endpoint delivery with HMAC signature verification support
- Automatic retry attempts for transient delivery failures
- At-least-once delivery semantics for production reliability
- Event IDs to support idempotent processing in your systems
- Observability via webhook status and failure events
Webhook setup is managed by the Autobound team as part of enterprise onboarding. Self-serve webhook creation is not currently available.
Example Payload
{
"event": "company.signal.created",
"id": "evt_01J...",
"created_at": "2026-03-13T17:42:11Z",
"company": {
"name": "Acme Inc",
"domain": "acme.com"
},
"signal": {
"type": "earnings-transcript",
"subtype": "strategicInitiative",
"relevance": 0.92,
"summary": "Leadership committed new AI budget for CX automation"
}
}Ready to set up webhooks?
Our team will help you configure webhook endpoints, event subscriptions, and handling patterns for Salesforce, HubSpot, internal queues, and custom GTM systems.