OCNORA

Vonage

Voice & SMSUsername & passwordcredential probe

Send SMS and multichannel messages, verify numbers and manage Vonage numbers.

OCNORA ships 17 typed Vonage operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://rest.nexmo.com through the HTTP node with the same credential.

Operations 17

  • Buy Number
    Rent one of the available numbers for this account. Vonage answers with a status envelope rather than an HTTP error, so a refusal is surfaced as a failed step with its code and label.
    vonage.buy_number
  • Cancel Number
    Give a rented number back to Vonage, ending the rental. Vonage answers with a status envelope, so a refusal is surfaced as a failed step with its code and label.
    vonage.cancel_number
  • Get Balance
    Read the account's prepaid balance in euros, so a workflow can stop or raise an alert before a send runs out of credit.
    vonage.get_balance
  • Get Prefix Pricing
    Read the rates for every country that shares one dialling prefix, which is how to price a number when only its prefix is known — prefix 1 covers the US, Canada and the Caribbean.
    vonage.get_prefix_pricing
  • Get Country Pricing
    Read what this account pays to send to one country, per network, so a workflow can price a campaign before it sends it.
    vonage.get_pricing
  • List Owned Numbers
    List the numbers this account already rents, with their features, webhooks and the application each is linked to.
    vonage.list_numbers
  • Number Insight (Advanced)
    Look a number up on the Advanced tier of Number Insight, which adds roaming status, reachability and a validity verdict on top of the Standard fields. This is the synchronous form.
    vonage.number_insight_advanced
  • Number Insight (Basic)
    Validate a phone number and return its international and national formats plus its country, using the free Basic tier of Number Insight. It does not tell you the carrier.
    vonage.number_insight_basic
  • Number Insight (Standard)
    Look a number up on the Standard tier of Number Insight, which adds the current and original carrier, whether the number has been ported, and the price of the lookup.
    vonage.number_insight_standard
  • Search Available Numbers
    Search the numbers Vonage has available to rent in one country, with their type, features and price, ready to hand to the buy operation.
    vonage.search_numbers
  • Send Message
    Send a message through the Vonage Messages API, which handles SMS and the chat channels behind one endpoint. The API accepts the message and answers with a message_uuid, so the output reports 'accepted' and the id to correlate the status webhook with, not a delivery confirmation.
    vonage.send_message
  • Send SMS
    Send an SMS through the Vonage SMS API. Vonage splits a long message into parts and reports a status for each one, so the output carries the per-part ids, prices and refusals rather than a single success flag; the step fails only when every part was refused.
    vonage.send_sms
  • Update Number
    Repoint a rented number at a different Vonage application or a different set of inbound webhooks, without giving the number up.
    vonage.update_number
  • Update Account Settings
    Change the account-wide webhook URLs Vonage posts inbound SMS and delivery receipts to. At least one setting must be given.
    vonage.update_settings
  • Cancel Verification
    Abandon a verification that is still in progress. Vonage allows this only from 30 seconds after the request was made and before its second delivery attempt.
    vonage.verify_cancel
  • Check Verification Code
    Check the code the user typed against a verification started earlier. A wrong or expired code fails the step, so an error edge can route the retry.
    vonage.verify_check
  • Start Verification
    Start a Verify v2 check: Vonage generates a one-time code and delivers it over the channels named in the workflow, falling back through them in order. Returns the request id the check operation needs.
    vonage.verify_request

Run your first Vonage workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.