Share your spider web 🕷️
hi there ı want to make automated message sending workflow with buttons but when try to send body like this it doesnt work how to solve this problem
Your content format is wrong @Gvb_records
Check the documentation here: https://api.manychat.com/swagger#/
And here: https://manychat.github.io/dynamic_block_docs/channels/
And try something like this:
{ "subscriber_id": 0, "data": { "version": "v2", "content": { "type": "instagram", "messages": [ { "type": "text", "text": "simple text with button", "buttons": [ { "type": "url", "caption": "External link", "url": "https://manychat.com" } ] } ], "actions": [], "quick_replies": [] } }}
Hope this helps!
PS: i didn’t check the code, there may be missing or extra curly brackets there!
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.