curl --location --request POST '/ai/assistants//scheduled_events' \
--header 'Content-Type: application/json' \
--data-raw '{
"conversation_metadata": {
"property1": "string",
"property2": "string"
},
"scheduled_at_fixed_datetime": "2025-04-15T13:07:28.764Z",
"telnyx_agent_target": "string",
"telnyx_conversation_channel": "phone_call",
"telnyx_end_user_target": "string",
"text": "string"
}'
{
"assistant_id": "string",
"conversation_id": "string",
"conversation_metadata": {
"property1": "string",
"property2": "string"
},
"created_at": "2019-08-24T14:15:22Z",
"errors": [
"string"
],
"retry_attempts": 0,
"retry_count": 0,
"scheduled_at_fixed_datetime": "2019-08-24T14:15:22Z",
"scheduled_event_id": "string",
"status": "pending",
"telnyx_agent_target": "string",
"telnyx_conversation_channel": "phone_call",
"telnyx_end_user_target": "string"
}
Authorization: Bearer ********************