1

I am using Twilio Whatsapp API with Integromat. Both on Sandbox and the Whatsapp number Twilio gave me, I always recieve a reply saying "Accepted" for every message I send to these numbers. After that reply, I get the replies from my bot. So, the API is working OK, but I always recieve this "Accepted" message...

Does anybody know how to disbale it?

Thanks.

Rucc
  • 63
  • 1
  • 5

2 Answers2

1

Twilio doesn't return a message via WhatsApp saying "Accepted". Can you duplicate this behavior outside Integromat, by calling the API directly?

Alan
  • 10,465
  • 2
  • 8
  • 9
  • I don't know hot to duplicate this behavior calling the API directly, because it happens when my Twilio numbers recieve a message. But if I left the WHEN A MESSAGE COMES IN endpoint blank, I don't get this "Acceped" message when I send a message tot he number. I attach a screenshot of how this message looks like on the Twilio's Console log: https://i.ibb.co/M2bN1Hd/joder.jpg – Rucc Apr 08 '20 at 14:54
  • Are sure the WhatsApp end-point you are sending to isn't responding with Accepted? – Alan Apr 08 '20 at 15:54
  • Ok, you were right. Integromat by default responds to any webhook with a 200 code and the body "Accepted". In order to change this, you need to create a new moudele right after the first Webhook module, called "Webhook response". On "Status" insert the value "204" and left the "Body" blank. Thanks for the help @alan! – Rucc Apr 08 '20 at 16:45
1

Integromat by default responds to any webhook with a 200 code and the body "Accepted". In order to change this, you need to create a new moudele right after the first Webhook module, called "Webhook response". On "Status" insert the value "204" and left the "Body" blank.

Rucc
  • 63
  • 1
  • 5