Accepted message after every whatsapp message

I made a flow of simple whatsapp bot with ai, while i managed to delete this accepted message from the first hook, but when assistant send a message back and user reply it send “accepted” once more time.
As I understand every message should trigger the webhook and than this 200 or 300 reply with “emptystring” or without body. But it didnt work so i put one additional after and it’s still sending this accepted

Welcome to the Make community!

You should only have one Webhook Response. Delete the first one.

For more information, see the Webhooks page in the Make Help Centre, which covers the following:

  • Creating app-specific webhooks
  • Creating custom webhooks
  • Scheduling webhooks processing
  • How Make processes webhooks
  • Webhook settings
  • Error Handling
  • Supported incoming data formats
  • Webhook headers
  • Responding to webhooks
  • HTML Response example
  • Redirect example
  • Custom mailhook
  • Webhook rate limit
  • Troubleshooting Webhooks

and also,

  • Inserting webhooks to scenarios
  • Setting up webhook data structure
  • Parallel vs. sequential processing
  • Processing scheduled webhooks
  • Webhook queue details
  • Query String
  • Form Data
  • Multipart
  • JSON
  • Mailhook attachment size limit
  • Missing items in the mapping panel

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

i deleted first one, now it did not sent “Accepted” after first message but still sending it after the second, i dont want it at all! I dont understand why we should struggle with this i spend 3 days on this, cant u just disable it


The Webhook Response module must be reached before 40 seconds. Ensure all the modules between does not take more than 35 seconds to run.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

it is less, but still.
And if I put it right after the webbook?