Skip to main content
Solved

Internal Error in Dynamic Block

  • February 23, 2024
  • 4 replies
  • 180 views

murilo1234
Hey guys! Could anyone help me? I'm still new to manychat and there are some errors that are a mystery to me.The dynamic block is returning an error for any endpoint that I make the request. I created a webhook with just the default return for the dynamic block, and even so I keep getting an error. What could be happening?Webhook address: https://hook.us1.make.com/4cgaq1qnrf6o8be25ee3q9y3pcax5bnxI thank the help of all. Thank you very much!
 

 

Best answer by Gustavo Boregio

If it’s Instagram, then you’re looking at the wrong docs.

This is the one you need:

https://manychat.github.io/dynamic_block_docs/channels/

Try something like this:

  {
    "version": "v2",
    "content": {
      "type": "instagram",
      "messages": [
        {
          "type": "text",
          "text": "simple text"
        }
      ]
    }
  }

 

View original

4 replies

Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • 2248 replies
  • February 23, 2024

There’s something wrong with the content you’re sending back, that Manychat is not recognizing. Or you’re testing this in a channel that’s not supported.

Start simpler, with only a text message, and then go from there. Something like this (it should work, but I haven’t tested it live):

{
  "version": "v2",
  "content": {
    "messages": [
      {
        "type": "text",
        "text": "simple text"
      }
     ]
   }
 }

murilo1234
  • Author
  • Up-and-Comer
  • 8 replies
  • February 23, 2024

Hello Gustavo! Many thanks for the reply!

I made the suggested change, and the error still persists. This automation is to be used on Instagram, and the fallback is being executed on all calls.

The dynamic block request reaches my endpoint, and the endpoint returns the json in the format you suggested, but I still get an internal error.

Do you have any other suggestions for me? Thank you very much for the help!

 

 


Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • 2248 replies
  • Answer
  • February 23, 2024

If it’s Instagram, then you’re looking at the wrong docs.

This is the one you need:

https://manychat.github.io/dynamic_block_docs/channels/

Try something like this:

  {
    "version": "v2",
    "content": {
      "type": "instagram",
      "messages": [
        {
          "type": "text",
          "text": "simple text"
        }
      ]
    }
  }

 


murilo1234
  • Author
  • Up-and-Comer
  • 8 replies
  • February 23, 2024

Perfect!


The problem was exactly this!


Thank you very much for your help, Gustavo!

I will explore more of the documentation you gave me!


Once again, thank you very much for your help!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings