Good morning,
I need assistance with my API Call module in callin.io.
Every time I attempt to execute this code, I receive an error stating that the prompt (containing the information I want my callin.io assistant to say) does not exist.
Could this be due to the format of the data in my Google Sheets?
json
{
“assistant_id”: “c4e47e87-5227-4365-a8be-e76e7d83ce70”,
“phone_number”: “{{1.`` 17 ``}}”,
“prompt”: “{{replace(1.`` 34 ``; “n”;” “)}}”
}
Thank you for your help.
Welcome to the callin.io community!
Please provide the output bundles of all the preceding modules (Google Sheets) by running the scenario. You can also retrieve this information without re-running your scenario from the History tab.
Click on the white speech bubbles located at the top-right of each module and select “Download input/output bundles”.
A. Upload as a Text File
Save the contents of each bundle in a plain text editor (without formatting) as a bundle.txt
file.
You can upload the file here by clicking on this button:
B. Insert as Formatted Code Block
If you are unable to upload files on this forum, you can alternatively paste the formatted bundles.
These are the two methods to format text so that it won’t be altered by the forum:
-
Method 1: Type code block manually
Add three backticks
```
before and after the content/bundle, like this:```
content goes here
``` -
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will enable others to replicate what is happening in the scenario, particularly if there are complex data structures (nested arrays and collections) or if external services are involved.
This will allow others to assist you more effectively. Thanks!
P.S.: Investing some effort into the callin.io Academy will save you considerable time and reduce frustration when using callin.io.