Webhook response to ManyChat

I’m trying to send back data to my Bot in Manychat. Below it is the scenario:

But this is the error messge I get from ManyChat:

I think I have done well, but Manychat complains that it is not Json format. I don’t understand why it gives me this error. What am I doing wrong? Any suggestion please?

Hi. Show me the json are you send back in the webhook response.

If you need additional support, please don’t hesitate to reach out.

Cheers
//HFBR

Thanks for replying. The json is very simple. It is only a number:

Please, send the json content.

If you need additional support, please don’t hesitate to reach out.

Cheers
//HFBR

Ok, I’m new with Integromat and I do not understand what you mean with json content. I know what json is, but I cannot find more info about json on my scenario

The json content is the result for the third step you have.

If you need additional support, please don’t hesitate to reach out.

Cheers
//HFBR

Sorry, but where can I find this result? I have 4 modules:

Nr 1 : (Webhook) receives two numbers from Manychat
Nr 2: : Tools add these two numbers and get sum
Nr 3 : Json converts sum to json-format
Nr 4 : Webhooks-response sends back sum (to Manychat)

And Manychat complains that it is not Json format.

This is all info

@Alvaro_Claure You’re JSON is in the output of module num 20 (Transform to JSON). You need to show this.
Also, in your webhook response make sure you set the content-type.

1 Like

Ok, Thanks Bjorn. I have solved the problem!!

1 Like