ISSUES WITH MY BODY CODE (vapi and google sheets)

Good morning,
I need help with my Make an API Call module in make.com.
Everytime I try to execute this code it sais that the prompt (where I have the information Iwant my vapi assistant to say) it gives me an error saying It doesn’t exist.
Could it be for the format of the information in my google sheets?
{
“assistant_id”: “c4e47e87-5227-4365-a8be-e76e7d83ce70”,
“phone_number”: “{{1.17}}”,
“prompt”: “{{replace(1.34; “\n”;” “)}}”
}

Thank you for your help.



Welcome to the Make community!

Please provide the output bundles of all the previous modules (Google Sheets) by running the scenario (you can also get this without re-running your scenario from the History tab).

Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.

A. Upload as a Text File

Save each bundle contents 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, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified 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 allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved.

This will allow others to better assist you. Thanks!

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.