Initiates a call to the provided phone_number using the given assistant_id. The endpoint processes additional key+values flexibly and passes them through to the assistants' knowledge. A provided key (e.g. interests) can then be references within the assistants know-how by placing the key in curly braces (e.g. {interests})
Request
Authorization
Add parameter in header
Authentication
Example:
Authentication: ********************
Body Params application/json
assistant_id
string
required
The assistants id
phone_numer
string
required
The number to be called in E.164 format (e.g. +491601234567)
any additional <key>
string
optional
Will get passed on to the assistant and can get addressed via {key}