Skip to main content
  • 4,119 Topics
  • 8,873 Replies
4119 Topics

I've been trying to send a message with 2 buttons and their actions, but it only sends the message with a single button, and in the Block Dynamic (Documentation) it shows that it can be replicated, but I've been getting this error only when I duplicate, if I leave only one button it will work. See the images.Error:Documentation:My exemple bellow:{ย  "subscriber_id": 18******...,ย  "data": {ย ย ย  "version": "v2",ย ย ย  "content": {ย ย ย ย ย  "type": "whatsapp",ย ย ย ย ย  "messages": [ย ย ย ย ย ย ย  {ย ย ย ย ย ย ย ย ย  "type": "text",ย ย ย ย ย ย ย ย ย  "text": "simple text with button",ย ย ย ย ย ย ย ย ย  "buttons": [ย ย ย ย ย ย ย ย ย ย ย  {ย ย ย ย ย ย ย ย ย ย ย ย ย  "type": "flow",ย ย ย ย ย ย ย ย ย ย ย ย ย  "caption": "Test 1",ย ย ย ย ย ย ย ย ย ย ย ย ย  "target": "content202504****...",ย ย ย ย ย ย ย ย ย ย ย ย ย  "actions": [ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย  {ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย  "action": "set_field_value",ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย  "field_name": "testAPI",ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย  "value": "some value"ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย  }ย ย ย ย ย ย ย ย ย ย ย ย ย  ]ย ย ย ย ย ย ย ย ย ย ย  },ย ย ย ย ย ย ย ย ย ย ย  {ย ย ย ย ย ย ย ย ย ย ย ย ย  "type": "flow",ย ย ย ย ย ย ย ย ย ย ย ย ย  "caption": "Test 2",ย ย ย ย ย ย ย ย ย ย ย ย ย