This documentation is built and maintained by the Flireo AI team to help you create, launch, and scale intelligent phone agents. Access the dashboard here.
curl --location --request POST 'https://api.flireo.nl/v1/inject-message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_id": "b83d1f98-32a2-48de-aa7c-503586608519",
"message": "So your email is example@domain.com?"
}'
{
"result": "success",
"message": "So your email is example@domein.com?",
"data": {
"call_id": "b83d1f98-32a2-48de-aa7c-503586608519",
"message": "So your email is example@domein.com?"
}
}