Call Actions
Create a call action
Creates a new call action for an agent. Call actions define automated behaviors that fire at specific points in a call lifecycle.
- trigger actions fire to initiate an outbound call and require config.phoneNumberFieldName.
- post-call actions fire after a call ends (e.g. to update a CRM record).
post/call-actions
Request body
Response
Call action created
Example response
{
"success": true
}