{
"id": 42,
"name": "February Appointment Reminders",
"description": "Reminder calls for February appointments",
"campaign_type": "call",
"status": "running",
"assistant_id": 123,
"assistant_name": "Appointment Bot",
"welcome_message_template": "Hi {{name|title_case}}, this is {{assistant_name}} calling from {{company}}.",
"agenda_template": "I'm calling to remind you about your appointment on {{appointment_date}}.",
"end_call_message_template": "Thank you for your time, {{name}}. Have a great day!",
"sms_message_template": null,
"fallback_values": {
"name": "there",
"company": "our office"
},
"variable_mappings": {
"Phone": "phone_number",
"Name": "name",
"Appointment Date": "appointment_date"
},
"available_variables": ["name", "phone_number", "appointment_date", "company"],
"max_attempts": 3,
"retry_delay_minutes": 60,
"total_contacts": 250,
"completed_contacts": 125,
"failed_contacts": 10,
"created_at": "2024-02-01T10:00:00Z",
"updated_at": "2024-02-05T14:30:00Z",
"last_import_file_name": "contacts_february.csv",
"last_import_date": "2024-02-01T10:30:00Z",
"last_import_row_count": 250
}