Endpoint
POST /api/webhook/outreach
Authentication
This endpoint is authenticated using your API Integration Key, not a JWT session token.- Go to Settings > General Settings in the Tether dashboard.
- Copy your API Integration Key (or regenerate one if you don’t have one yet).
- Pass it in the
Authorizationheader:
Required fields
You can find the configuration ID in Settings > Outreach by selecting your configuration.
Request formats
The endpoint supports two formats: raw and fixed.Raw format
Send flat key-value pairs alongsideconfigurationId. Fields are automatically routed to the appropriate category (contact, application, or conversation) based on your organization’s dynamic properties.
Fixed format
Explicitly nest data undercontacts, applications, or conversations keys for full control over how fields are categorized.
Response codes
The outreach configuration must be active to accept requests. Inactive configurations return a
400 error.