OCNORA

Twilio

Voice & SMSUsername & passwordcredential probe

Send SMS via Twilio (Account SID + Auth Token).

OCNORA ships 3 typed Twilio operations and 1 trigger. 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://api.twilio.com/2010-04-01 through the HTTP node with the same credential.

Triggers 1

  • Event
    Start a run when Twilio calls back about an inbound message or call. Twilio has no webhook subscriptions, so publishing REWRITES the webhook URL on the chosen phone number or messaging service in the tenant's own Twilio account — replacing whatever was configured there — and disabling or unpublishing puts the previous value back.
    trigger.twilio_event

Operations 3

  • Lookup Number
    Validate and format a phone number via Twilio Lookup v2.
    twilio.lookup_number
  • Make Call
    Place an outbound voice call that plays TwiML from a URL.
    twilio.make_call
  • Send SMS
    Send an SMS text message via Twilio.
    twilio.send_sms

Run your first Twilio 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.