SmartConnector Webhook Trigger API
Overview
Why Use This API?
SmartConnector Webhook Trigger API Behavior
Processing Runs On Time-Windowed Schedule
Cadence Options
Queued Payloads
Payload Size Limits
Accepted Payload Formats
SmartConnector Identifier
Authentication
Verifying Payload Was Processed
Error Conditions
SmartConnector Webhook Trigger Endpoint
Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
Path parameters
connector_identifierstringRequired
Query parameters
example_paramstringOptional
Example query parameter. Any query parameter is accepted.
Body
Other propertiesanyOptional
Responses
201
Webhook accepted and queued for asynchronous processing. The response body is empty.
No content
400
The request was rejected. Returned when the SmartConnector is not of type webhook, the request body exceeds the 250 KB limit, or the request body is not UTF-8 encoded.
application/json
post/api/smart-connectors/{connector_identifier}/webhook
POST /api/smart-connectors/{connector_identifier}/webhook HTTP/1.1
X-API-KEY: YOUR_API_KEY
X-BUSINESS-ID: YOUR_BUSINESS_ID
X-USER-ID: YOUR_USER_ID
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"key1": {
"nested_key": "nested_value"
},
"key2": "key2_value"
}No content
SmartConnector Webhook Trigger Schemas
What's Next?
Last updated
Was this helpful?