Instant SMS Notification Using Mocean - n8n Workflow

Use this foundational n8n workflow to send instant SMS messages via the Mocean n8n node. Perfect n8n template for alerts and critical communication.

Workflow Preview

Ready to automate?

Download this n8n workflow template and start using it instantly.

n8n Nodes Used

Who is this best for?

Developers needing a simple, reliable way to send SMS alerts.
Users looking to quickly test Mocean API integration within n8n.
Automation specialists requiring instant notification capabilities using a pre-built n8n template.
Anyone needing an n8n workflow foundation for telephony and communication tasks.

Overview

This foundational n8n workflow demonstrates the immediate capability of integrating external communication services using a specialized n8n node. The purpose of this n8n template is to provide a reliable method for triggering critical alerts or delivering time-sensitive information directly to a mobile device via SMS using the Mocean service. By using this n8n workflow, users can bypass complex API coding and implement robust messaging functionality quickly, leveraging the stability and ease of configuration inherent to every n8n node.

How it Works

This n8n workflow is designed for maximum simplicity and immediate testing. It follows a two-step process:


  1. Start via Manual Trigger: The execution of the n8n workflow begins with the "On clicking 'execute'" n8n trigger. This is typically used for development, debugging, or ad-hoc runs.

  2. SMS Transmission: Immediately after the manual n8n trigger, the flow passes control to the Mocean n8n node. This n8n node utilizes configured API credentials and the provided recipient details, sender ID, and message body to submit the SMS request directly to the Mocean platform, ensuring message delivery.

Installation Guide

To import and run this n8n workflow, follow these steps:


  1. Import the Workflow: Copy the provided JSON code and paste it into your n8n instance via the 'New' -> 'Import from JSON' option.

  2. Set Up Mocean Credentials: The Mocean n8n node requires valid credentials. Click on the Mocean node, find the 'Credentials' field, and select 'Create New Credential' (Type: Mocean API).

Enter your Mocean API Key and API Secret (obtained from your Mocean dashboard).

  1. Configure SMS Details: In the Mocean n8n node, configure the mandatory parameters:

To: The recipient's phone number (including country code).
From: Your registered sender ID or number.
Message: The text content of the SMS.

  1. Execute: Save the n8n workflow and click 'Execute Workflow' or use the manual n8n trigger node to test the integration.

Node Details

On clicking 'execute' (n8n trigger)
Function: Serves as the starting point for this specific n8n workflow, allowing manual testing.
Key Configuration: No specific parameters are needed; it simply initiates the flow.
Mocean (n8n node)
Function: Responsible for connecting to the Mocean API and sending the configured SMS message.
Key Configuration: Requires 'moceanApi' credentials. Essential parameters include the 'To' field for the recipient number, the 'From' field for the sender, and the 'Message' field containing the SMS content. This is the core action of the n8n workflow.

Related n8n Workflows

Free

Nodes: 2 Nodes
Updated: December 26 2025
View all
Created by
ghagrawal17
ghagrawal17

Featured*