Agent Tools
Create tool
Create a new tool for an agent. Tools allow the agent to call external webhooks.
post/v1/senders/{senderId}/agent/tools
Path parameters
senderIdstring required
Request body
Response
Tool created.
Example response
{
"tool": {
"name": "get_order_status"
}
}