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/scheduled-calls' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_id": "b8800f71-db99-4af5-aa0b-97b8ae4d6512",
"assistant_id": "15873d11-6074-41a6-beec-2cc593baf5e1",
"scheduled_time": "2026-06-15T14:30:00.000Z",
"instruction": "Bel om te informeren over nieuwe diensten"
}'
{
"scheduled_call": {
"scheduled_call_id": "bf1ba689-b570-4c84-9158-89615cceabab",
"user_id": "3935e66f-ac3d-466f-a15b-a2ad22161cdc",
"contact_id": "b8800f71-db99-4af5-aa0b-97b8ae4d6512",
"assistant_id": "15873d11-6074-41a6-beec-2cc593baf5e1",
"scheduled_time": "2026-06-15T14:30:00+00:00",
"instruction": "Bel om te informeren over nieuwe diensten",
"created_at": "2025-08-29T08:30:32.15259+00:00",
"processed": false
}
}