Thank you.
Here is the “output” of the first Manychat module “Watch incoming data”:
[
{
"subscriber": {
"key": "user:7573105976148060",
"id": "7573105976148060",
"page_id": "188955897644491",
"user_refs": [],
"status": "active",
"first_name": "Nino",
"last_name": "Brown",
"name": "Nino Brown",
"gender": "male",
"profile_pic": "https://manychat.com/ava/1476705/7573105976148060/4b774f390d449f42d7bfa8b49999a556",
"locale": "fr_FR",
"language": "French",
"timezone": "UTC+02",
"live_chat_url": "https://manychat.com/fb1476705/chat/7573105976148060",
"last_input_text": "123",
"optin_phone": false,
"phone": null,
"optin_email": false,
"email": null,
"subscribed": "2024-06-28T10:56:43+02:00",
"last_interaction": "2024-07-02T18:34:30+02:00",
"ig_last_interaction": null,
"last_seen": "2024-07-02T17:38:45+02:00",
"ig_last_seen": null,
"is_followup_enabled": true,
"ig_username": null,
"ig_id": null,
"whatsapp_phone": null,
"optin_whatsapp": false,
"phone_country_code": null,
"last_growth_tool": null,
"custom_fields": {
"question": "Hi",
"chatbase - Answer": "Bien sûr, comment puis-je vous aider aujourd'hui ? Avez-vous une question spécifique sur les produits, services ou formations disponibles sur le site GauthierButtez.com ? Je suis là pour vous assister ! 😊\n\nN'hésitez pas à me donner plus de détails pour que je puisse mieux répondre à votre demande.",
"chatbase_conversation_id": "toString(1719924243 )"
}
},
"bot_fields": []
}
]
Here is the input for this module:
[]
As you can see this Manychat module doesn’t get the new data (it is empty). So obviously the module is playing with previous data. I don’t understand how when INCOMING “Empty” data, it created an OUTPUT with data?
I also added some screenshots of my Make webhook (for Manychat) and my Manychat Automation (when FB users send direct messages, Manychat sends data to Make with this webhook.