Skip to content

Fixed the batch calling template file location #518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions fern/assets/batch-sample.csv

This file was deleted.

2 changes: 1 addition & 1 deletion fern/calls/call-outbound.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Use both `customers` and `schedulePlan` together to schedule batched calls.

## Uploading Your CSV File to the Dashboard

Use the [`example template`](/assets/batch-sample.csv) to get started.
Use the [`example template`](../static/batch-sample.csv) to get started.

* The only required columns are **`phone`** and **`name`**.
* Any other columns (like `appointment_time`, `location`, etc.) can be used as dynamic variables in your assistant's script.
Expand Down
4 changes: 4 additions & 0 deletions fern/static/batch-sample.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
number,name
+12345678900,Customer 1
+12345678901,Customer 2
+12345678902,Customer 3
Loading