How do Input Nodes and Node IDs work in MyOperator IVR, and how do I set them up?
How do Input Nodes and Node IDs work in MyOperator IVR, and how do I set them up?
⚡ Quick answer -
• An Input Node is the IVR block that captures caller input (DTMF tones or speech), posts that input to your webhook in real time, and then executes the next IVR action based on your webhook’s JSON response.
• A Node ID is the unique identifier for each step (node) inside Advanced Call Flow. Use it to reference a specific step in automations, APIs, or analytics.
When should I use this guide?
Follow these steps if you need callers to enter a PIN, account number, language choice, etc., during the call—and have MyOperator forward that data to your server—or if you plan to route callers programmatically, trigger actions at a step, or log step-level analytics using Node IDs.
1. What is an Input Node?
An Input Node is the IVR block that captures caller input (DTMF tones or speech), posts that input to your webhook in real time, and then executes the next IVR action based on your webhook’s JSON response.
2. Why use an Input Node?
Caller verification – collect account IDs, OTPs, or dates of birth.
Dynamic routing – send callers to agents/queues based on language or location.
Surveys & NPS – capture 0–9 ratings before the call ends.