Problem with webhook with Twillio

Describe the problem/error/question

I am sending a webhook to Twillio when I receive an SMS, but twillio is not handling it properly. The message is received, but the webhook is not processed.

What is the error message (if any)?

It says it’s an authentication issue, I’ve tried running it with the correct sid, auth token and with various authentication types and none of them worked.
I think I need to see something like a full request actually sending a webhook so I can contact Twilio.
Currently, the Twilio logs show that the webhook is invalid, but they don’t know why.

Please share your workflow

Receive SMS → Send webhook to Twilio

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup - n8n version: - Database (default: SQLite): - n8n EXECUTIONS_PROCESS setting (default: own, main): - Running n8n via (Docker, npm, n8n cloud, desktop app): - Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @jykim
:wave: welcome to the n8n community!

Are you using the Twilio Trigger node?
Can you share your workflow so we can better see how it is structured?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.