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.
1. Start node#
The start node exists by default when you create a new workflow.
2. Mocean node#
- First of all, you'll have to enter credentials for the Mocean node. You can find out how to do that here.
- Enter the sender ID in the From field.
- Enter the receivers' number in the To field.
- Enter the message in the Message field.
- Click on Execute Node to run the node.