Update a call action

View as Markdown

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

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
Call action ObjectId

Request

This endpoint expects an object.
categoryenumOptional
Change when the action fires
Allowed values:
providerstringOptional
Change the integration provider
action_typeenumOptional
Change the operation type
Allowed values:
objectstringOptional
Change the provider object type
configobjectOptional

Response

Updated call action
successboolean
dataobject
A call action that fires automatically at a specific point in the call lifecycle

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error