diff --git a/fern/assets/batch-sample.csv b/fern/assets/batch-sample.csv deleted file mode 100644 index d2b6b8a22..000000000 --- a/fern/assets/batch-sample.csv +++ /dev/null @@ -1,2 +0,0 @@ -number,name -1234567890,Test test \ No newline at end of file diff --git a/fern/calls/call-outbound.mdx b/fern/calls/call-outbound.mdx index 44e0ceff0..a6035f870 100644 --- a/fern/calls/call-outbound.mdx +++ b/fern/calls/call-outbound.mdx @@ -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. diff --git a/fern/static/batch-sample.csv b/fern/static/batch-sample.csv new file mode 100644 index 000000000..98d29b36e --- /dev/null +++ b/fern/static/batch-sample.csv @@ -0,0 +1,4 @@ +number,name ++12345678900,Customer 1 ++12345678901,Customer 2 ++12345678902,Customer 3 \ No newline at end of file