360dialog issue

Hi, I’m using Make with 360dialog’s WhatsApp Business API. My scenario runs successfully — the webhook receives the message, ChatGPT responds, and the final HTTP module (POST to https://waba-v2.360dialog.io/v1/messages) shows status 200 with no error. However, the customer never receives the response on WhatsApp. Can you help me confirm if Make is actually sending the payload correctly and if there’s any issue with how variables like wa_id or choices[0].message.content are passed in the HTTP request body?

Hey @Larry_Granes,

sadly, I don’t know 360dialog but indeed if you receive a success message, I’d assume the same you do.

My approach here to troubleshoot would be to use the Make-DevTool-Chrome Extension (https://chromewebstore.google.com/detail/make-devtool/ainnemkhpnjgkhcdkfbhmlenkhehmfhi?pli=1). If you have this open and trigger the scenario you can see the API Calls as cURL, you can see the raw response body and maybe it reveals some more information? :slight_smile:

Either way, keep us posted!

Best,
Richard