Authorization failed - You're not authorized to use (/from-id-webhooks)

I just finished setting up n8n locally on my home server. I want to use the jotform trigger node to start my workflow and use data from the jotform form. I setup an api key and am able to choose from my different forms in the dropdown of the node.
However when trying to test the node i get the following error:

What is the error message (if any)?

Problem running workflow
Authorization failed - please check your credentials JotForm Trigger: You’re not authorized to use (/form-id-webhooks)

Please share your workflow

{
“nodes”: [
{
“parameters”: {
“form”: “242876011275355”
},
“type”: “n8n-nodes-base.jotFormTrigger”,
“typeVersion”: 1,
“position”: [
-340,
-80
],
“id”: “411fa322-f054-4764-903b-963ce1786b2f”,
“name”: “JotForm Trigger”,
“webhookId”: “992ac04d-a093-4fcc-b1c1-5c61958eb746”,
“notesInFlow”: false,
“credentials”: {
“jotFormApi”: {
“id”: “2BSn5prk5kMUqiQy”,
“name”: “JotForm account 2”
}
}
}
],
“connections”: {
“JotForm Trigger”: {
“main”: [

]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “0dd9df7952513ee063fa11a401859215f9fe4c7b379cbcc7858ec1ea187c0df5”
}
}

(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

There is no output so far.

Information on your n8n setup

  • **n8n version:**1.83.2
  • **Database (default: SQLite):**did not change the default settings
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker
  • **Operating system:**Linux Debian 12.10

Ensure you have enabled full access:

You’d get the error you got with just read access.

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