11322: Invalid webhook method
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.
- The incoming message webhook is configured with the wrong HTTP method for your application. Twilio supports
GETandPOST.
- Update the webhook configuration in the Twilio Console or Messaging REST API so the URL uses the HTTP method your application handles. Twilio supports
GETandPOST. - If you want Twilio to cache static TwiML pages, configure the webhook to use
GETinstead ofPOST. - Make sure your application is ready to receive the configured request method at the message URL for the number or Messaging Service.