Skip to main content
POST
/
integrations
/
call
/
initiate
Initiate Call
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/integrations/call/initiate \
  --header 'Content-Type: application/json' \
  --data '
{
  "to": "<string>",
  "from_number": "<string>",
  "from_agent_id": "<string>",
  "customer_id": "<string>",
  "metadata": {}
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
to
string
required
from_number
string | null
from_agent_id
string | null
customer_id
string | null
metadata
Metadata · object

Response

Successful Response