Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json

AgentToolMetaDataRequest

tool_type
enum<string>
required
Available options:
webhook,
hangup_call,
update_contact,
update_call,
unsubscribe,
send_sms
name
string
required
description
string
required
endpoint_url
string | null
endpoint_method
enum<string> | null
Available options:
GET,
POST,
PUT,
PATCH,
DELETE
parameters
object[] | null
source_addr
string | null
mark_as_qualified
boolean
default:false

Response

AgentToolsResource

data
AgentToolsResource · object
required