Add custom data via webhook
POST/api/v1/custom-integrations/data/:uuid
Refer to the Webhook section of the Custom Data docs for more information. This API is preconfigured in your workspace settings under Custom Integrations. The UUID corresponds to a custom data key, as well as a jq
command that maps the data in this payload to an entity in your workspace.
Request
Responses
- 200
- 429
OK
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Retry-After
The number of seconds until the rate limiting resets.