n8n-nodes-yemot-ivr2-automation
v1.0.0
Published
n8n community node for Yemot HaMashiach / Call2All IVR2 automation (raw API + IVR2 files/ext)
Maintainers
Readme
n8n-nodes-yemot-ivr2-automation
Community node for Yemot HaMashiach / Call2All API focused on IVR2 automation.
Features
- Auth modes:
- API Key / Token (static)
- Login (username/password) to obtain session token
- Token can be sent via query parameter (
token) or header (authorization) - Raw API operation for full coverage
- IVR2 Files helpers:
- GetIVR2Dir, GetIVR2DirStats, GetFile, CheckIfFileExists
- GetTextFile, UploadTextFile
- FileAction (copy/move/delete)
- UploadFile (multipart from binary)
- DownloadFile (binary or text)
Install (n8n UI)
Settings → Community Nodes → Install → n8n-nodes-yemot-ivr2-automation
Notes
- Many Yemot endpoints return HTTP 200 even on errors. This node throws an error when
responseStatusis notOK(except for DownloadFile which is binary).
