Connecting voiceflow to manychat with make, response is null

Hi all,

I’m working on a scenario where a webhook receives an incoming Instagram DM (through ManyChat), sends the message to Voiceflow via HTTP POST, and then returns the response back to the user. Everything works up until the very last step.

So in the logs I see that Voiceflow gave me a perfect response like:

"Hello! We're absolutely delighted to hear from you..."

I don’t get any errors in make, but I get an error in manychat with repsonse is null or dynamic block error. In the last webhook in make I see the perfect answer from voiceflow, but the output bundle is empty. At first I thought it had to do with the fact that manychat needs response within 10 seconds and it takes longer for the scenario to finish, because voiceflow takes some time to respond. But I’ve tried a router at the beginning of the flow followed with a quick webhook response, but it didn’t make any difference. Could someone help me out, I have the feeling that I’m overlooking something…:wink:



Welcome to the Make community!

Does the full scenario take less than 40 seconds to complete?

How does your Webhook response module look like?

You have not yet provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any error(s).

To allow others to assist you with your scenario, please provide the following:

1. Relevant Screenshots

Could you please share screenshots of your full scenario? Also include screenshots of any error messages, module settings (fields), relevant filter settings (conditions), and module output bundles. We need to see what you’re working with to give you the best advice.

You can upload images here using the Upload icon in the text editor:

We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and prevent tracking cookies from third-party websites.

2. Scenario Blueprint

Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!

To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.

You can upload the file here by clicking on this button:

3. Output Bundles of Modules

Please provide the output bundles of each of the relevant modules 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, and help you with mapping the raw property names from collections.

Sharing these details will make it easier for others to assist you.

Hi Samliew, thanks for your very clear and fast response, appreciate it..

So to be absolutely clear about a few things:

  • I test it out by sending a dm in instagram. I get a run in manychat and in make.com.
  • My voiceflow agent works really good, but to make sure the problem wasn’t in there I created a really simple voiceflow scenario with only a text message and a capture and it still doesn’t work. So I think it hasn’t something to do with my VF agent being not compatible with manychat.
  • I don’t get errors in make.com
  • I get errors in my manychat log. It’s or ‘‘dynamic block - error completing request’’ or ‘‘external request processing events - response is null’’
  • The scenario in make does take less than 40 seconds to complete
  • every output bundle is fine. in ‘18 set variable’ the output bundle is still what I want, only the last one ‘19 webhook response’ give the following output bundle: [
    nul
    ]. You can see in the image I attached in the first post that its input is actually fine. So I don’t get it.
  • I attached a blueprint and some screens to make it more clear
    Voiceflowmanychat.json (34.8 KB)