Start from a specific block
To begin, locate the block you want to test in the Flow Builder canvas. Open the block’s context menu (the three-dot menu) and select test from here. This tells Phonely to treat the selected node as the entry point for the test.
Providing test inputs
In the Test from here modal, you’ll see fields for key call context values such as the customer phone number, the Phonely phone number, and caller metadata like ZIP code. These values act as dummy data that simulate a real inbound call. Enter realistic values here if your downstream logic depends on them, for example, when testing personalization, routing rules, or integrations that rely on caller metadata. When ready, click Run test to start the simulation.
Run the test
After launching the test, Phonely opens the Test panel and begins the conversation exactly as if a real caller had reached that block. You can respond using text or voice, just like a live call. As the conversation progresses, the panel shows:- The agent’s spoken responses
- Your replies
- When variables are captured and stored
- Any connected actions, such as database lookups or HTTP requests

Validate variables and integrations
One of the most powerful aspects of test from here is visibility. When the agent captures information, like an order number or email, you’ll see a confirmation that variables were stored successfully. If the flow includes external integrations (for example, a Google Sheets lookup or a support ticket creation), you can immediately see whether those steps execute correctly and how the agent responds to success or failure. This tight feedback loop helps you catch issues early, before publishing your flow.Restart and iterate quickly
If something doesn’t work as expected, you don’t need to exit the builder or restart the entire flow. You can:- Restart the test from the same node
- Adjust prompts, conditions, or variables
- Run Test from here again to confirm your fix

