How do we automate rescheduling calls via campaign...
# support
s
I’ve done the following in Vapi dashboard: - Uploaded a CSV with 100 leads, each using dynamic variables in campaign that is passed via the assistant prompt - Captured structured callback times per lead Next step: - I need to reschedule calls for each lead according to their callback time, while keeping the dynamic variables intact during the process Is there a way to automate this directly through Vapi’s dashboard without involving Zapier or N8N?
k
You’ll need to use a Vapi workflow and trigger rescheduled calls via the API /call/phone using assistantOverrides.variableValues; this can be done with a simple script or cron job, no need for Zapier or N8N.. https://docs.vapi.ai/assistants/dynamic-variables
s
Thanks