n8n-nodes-elearning-magic
v0.1.21
Published
n8n community node for receiving signed payloads from the eLearning Magic SCORM wrapper
Downloads
2,368
Maintainers
Readme
n8n-nodes-elearning-magic
Webhook trigger for n8n that accepts signed payloads from the eLearning Magic platform.
Install
From your n8n directory (Community Nodes enabled):
npm install n8n-nodes-elearning-magicRestart n8n after install.
Configure
- Add the eLearning Magic trigger node.
- Webhook path auto-fills per workflow; after you save/activate, the node shows copyable Test/Production URLs in the Webhook URLs panel.
- Create an eLearning Magic Signing Secret credential with your secret (signature is required).
- Copy the webhook URL from the node and paste it into the eLearning Magic app when creating a connection (use the same secret).
- Activate the workflow. Incoming events appear with the JSON body plus headers/query and a signature status flag.
Headers expected
X-EM-Signature: HMAC-SHA256 of the raw body using your signing secret.X-EM-Node-Id(optional): Must match when enforcement is enabled.
