Blocks
Vonage
Send SMS, make voice calls, and manage communications
Integrate with Vonage Communications APIs to send SMS messages, make voice calls, verify phone numbers, and access video conferencing features. Power your communications with enterprise-grade API platform.
Block Preview
Vonage
Send SMS, make voice calls, and manage communications
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the vonage block with monitoring enabled in production.
Inputs (UI)
Vonage Credentials
oauth-inputPlaceholder: Select Vonage account
Layout: full
Provider: vonage
Operation
dropdownLayout: full
Options: Send SMS, Send WhatsApp Message, Send RCS Message, Verify Phone Number
To (Phone Number)
short-inputPlaceholder: +1234567890
Layout: half
Condition: operation = ["send_sms","send_whatsapp","send_rcs","verify_number","make_voice_call"]
From (Sender ID)
short-inputPlaceholder: YourBrand or +1234567890
Layout: half
Condition: operation = ["send_sms","send_whatsapp","send_rcs","make_voice_call"]
Message
long-inputPlaceholder: Your message here
Layout: full
Condition: operation = ["send_sms","send_whatsapp","send_rcs"]
Request ID
short-inputPlaceholder: Enter verification request ID
Layout: full
Condition: operation = "check_verification"
Verification Code
short-inputPlaceholder: 1234
Layout: half
Condition: operation = "check_verification"
Call ID (UUID)
short-inputPlaceholder: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Layout: full
Condition: operation = "get_call_info"
Inputs (API)
credential
stringRequired
operation
stringRequired
to
stringOptional
from
stringOptional
message
stringOptional
requestId
stringOptional
code
stringOptional
callId
stringOptional
Outputs
Primary response type:
{
"data": "json"
}