OCNORA

Mocean

Voice & SMSAPI keyBearer tokencredential probe

Send SMS, place voice calls driven by Mocean Command scripts, run Verify code flows and read account balance with MoceanAPI.

OCNORA ships 8 typed Mocean 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.moceanapi.com/rest/2 through the HTTP node with the same credential.

Operations 8

  • Check Verification Code
    Check the code the user typed back; a wrong code is reported, not raised as a step failure.
    mocean.check_verify_code
  • Get Account Balance
    Read the credit remaining on the Mocean account.
    mocean.get_balance
  • Get Message Status
    Look up the current delivery state of one sent message.
    mocean.get_message_status
  • Hang Up Call
    End a call that is still in progress.
    mocean.hangup_call
  • Make Voice Call
    Place an outbound call and run a Mocean Command script on it once the callee answers.
    mocean.make_call
  • Resend Verification Code
    Send the same verification code to the number again.
    mocean.resend_verify_code
  • Send SMS
    Send one text message to up to 500 recipient numbers.
    mocean.send_sms
  • Send Verification Code
    Text a freshly generated verification code to a number and return the request id needed to check it.
    mocean.send_verify_code

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