Webhook Response Requirements

HTTP status code requirements for acknowledging Waplix callback requests.

Your server must acknowledge webhook payloads with a valid success status code:

  • Return an HTTP status code in the 2xx range (prefer 200 OK).
  • Do not block the socket connection with heavy database operations or processing.
Was this page helpful?