v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Call Actions

Update a call action

Updates an existing call action. All body fields are optional — only provided fields are updated.

put/call-actions/{id}

Path parameters

idstring required

Call action ObjectId

Request body

category'trigger' | 'post-call'

Change when the action fires

providerstring

Change the integration provider

action_type'create' | 'update'

Change the operation type

objectstring

Change the provider object type

Response

Updated call action

successboolean

Example response

{
  "success": true
}