Skip to content

Mocean#

Mocean makes sending and receiving SMS easy. It also has voice API which allows you to make outbound and inbound calls.

Credentials

You can find authentication information for this node here.

Basic Operations#

  • SMS
    • Send SMS/Voice message
  • Voice
    • Send SMS/Voice message

Example Usage#

This workflow allows you to send an SMS using the Mocean node. You can also find the workflow on n8n.io. This example usage workflow would use the following nodes. - Start - Mocean

The final workflow should look like the following image.

A workflow with the Mocean node

1. Start node#

The start node exists by default when you create a new workflow.

2. Mocean node#

  1. First of all, you'll have to enter credentials for the Mocean node. You can find out how to do that here.
  2. Enter the sender ID in the From field.
  3. Enter the receivers' number in the To field.
  4. Enter the message in the Message field.
  5. Click on Execute Node to run the node.

Using the Mocean node to send an SMS