Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

11322: Invalid webhook method


WARNING: 11322

warning-11322 page anchor
MESSAGING
WARNING

This warning means Twilio received a message for one of your Twilio numbers but could not send the webhook request to your application because the configured HTTP method is incorrect. Configure the webhook URL and HTTP method in the Twilio Console or by using the Messaging REST API.

Possible causes

possible-causes page anchor
  • The incoming message webhook is configured with the wrong HTTP method for your application. Twilio supports GET and POST.
  • Update the webhook configuration in the Twilio Console or Messaging REST API so the URL uses the HTTP method your application handles. Twilio supports GET and POST.
  • If you want Twilio to cache static TwiML pages, configure the webhook to use GET instead of POST.
  • Make sure your application is ready to receive the configured request method at the message URL for the number or Messaging Service.

Additional resources

additional-resources page anchor