Skip to content

Commit 5b1abe6

Browse files
authored
Fixed the batch calling template file location (#518)
1 parent 476b3b8 commit 5b1abe6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

fern/assets/batch-sample.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

fern/calls/call-outbound.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Use both `customers` and `schedulePlan` together to schedule batched calls.
8080

8181
## Uploading Your CSV File to the Dashboard
8282

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

8585
* The only required columns are **`phone`** and **`name`**.
8686
* Any other columns (like `appointment_time`, `location`, etc.) can be used as dynamic variables in your assistant's script.

fern/static/batch-sample.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
number,name
2+
+12345678900,Customer 1
3+
+12345678901,Customer 2
4+
+12345678902,Customer 3

0 commit comments

Comments
 (0)