Skip to main content

Hi everyone 👋

I'm currently using Make to send a webhook response back to ManyChat with a JSON payload.
For some reason, when sending boolean values (true or false), the values don't seem to register correctly once received in ManyChat.

 

It’s says that this is not set, please I have tried everything , I don’t know what to do.

This is the mapping:
 

Has anyone encountered this issue or knows how to ensure ManyChat properly recognizes boolean values sent via webhook from Make?

I'd greatly appreciate any insights or solutions you could share.

Thanks! 😊
 

 

Hi ​@Barak3105 ,
From what I understand, the flow starts with Manychat sending information to Make, which performs a task, and then you need to send that information back to Manychat.
In this case, you should add a module to send this data directly to the custom fields in Manychat. You can do this in two ways: by using the HTTP module or the specific Manychat module called "Set a Custom Field."
Here’s the Manychat documentation in case you choose to use the HTTP module:
https://api.manychat.com/swagger
 


Remember to send the subscriber ID to Make when starting the flow in Manychat, as you’ll need it to send the information back.


Reply