Skip to main content
POST
Create Integration Action

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string | null
Required string length: 8 - 200
X-Correlation-ID
string | null
authorization
string | null

Body

application/json
action_type
string
required
Pattern: ^(notify|create_ticket|update_ticket|comment|publish_page)$
destination
string
required
Required string length: 1 - 500
integration_id
string
required
payload
Payload · object
required
workspace_id
string
required
client_request_id
string | null
Required string length: 8 - 200

Response

Successful Response

The response is of type Response Create Integration Action Api V1 Integration Actions Post · object.

Last modified on July 28, 2026