Utter_custom_message response not showing

Hi, i need help with this, i’ve seen some of the topics but no one give the answer for this, i can see the bot response with elements array in debug mode:

But it does not show in the response API webhook/rest/webhook:

Thanks!

Hi there, are you trying to send buttons? It looks like you’re using the wrong message send code – your bot is trying to send (empty) image urls. the second time it says “elements” should say “buttons”, and there shouldn’t be image_urls, only payloads and titles.

Ah i see, i changed it with utter_attachment, so i can put my custom payload there. Thanks!