Short answer: You can start phone verification in Vonage by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Vonage Start Phone Verification action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Phone Number number | phone | Required | Phone Number. e.g. "+14155552671" |
Brand Name brand | string | Required | Shown to the user: 'Your MyApp verification code is...' |
Code Length code_length | options | Optional | Code Length. Options: 4 digits, 6 digits |
{"number": "+14155552671","brand": "MyApp","code_length": "{{trigger.code_length}}"}
{"status": "0","request_id": "verify-abc123"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.