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.

Back to Catalog
Toolsvonage

Block Preview

Vonage

Vonage

Send SMS, make voice calls, and manage communications

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the vonage block with monitoring enabled in production.

Inputs (UI)

Vonage Credentials

oauth-input

Placeholder: Select Vonage account

Layout: full

Provider: vonage

Operation

dropdown

Layout: full

Options: Send SMS, Send WhatsApp Message, Send RCS Message, Verify Phone Number

To (Phone Number)

short-input

Placeholder: +1234567890

Layout: half

Condition: operation = ["send_sms","send_whatsapp","send_rcs","verify_number","make_voice_call"]

From (Sender ID)

short-input

Placeholder: YourBrand or +1234567890

Layout: half

Condition: operation = ["send_sms","send_whatsapp","send_rcs","make_voice_call"]

Message

long-input

Placeholder: Your message here

Layout: full

Condition: operation = ["send_sms","send_whatsapp","send_rcs"]

Request ID

short-input

Placeholder: Enter verification request ID

Layout: full

Condition: operation = "check_verification"

Verification Code

short-input

Placeholder: 1234

Layout: half

Condition: operation = "check_verification"

Call ID (UUID)

short-input

Placeholder: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Layout: full

Condition: operation = "get_call_info"

Inputs (API)

credential

string

Required

operation

string

Required

to

string

Optional

from

string

Optional

message

string

Optional

requestId

string

Optional

code

string

Optional

callId

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

vonage_api
Vonage | NowFlow Blocks