Mobile Text Alerts MCP icon

Mobile Text Alerts MCP

Use Mobile Text Alerts to send text messages, manage your subscriber lists and automate your messaging workflows.

Overview

This node integrates with Mobile Text Alerts MCP to send text messages, schedule messages, manage subscriber groups, and update subscriber lists. It is useful for automating SMS marketing campaigns, managing contact groups, and scheduling communications. For example, users can send immediate SMS alerts, schedule future messages, create and configure subscriber groups, or add/update subscribers in bulk.

Use Case Examples

  1. Send an immediate SMS message to a phone number.
  2. Schedule a message to be sent at a specific future time.
  3. Create a new subscriber group with specific settings and visibility.
  4. Add or update multiple subscribers in a list using JSON data.

Properties

Name Meaning
Tool Name or ID The MCP tool to execute, selected from a list or specified by ID.
To (Phone Number) Recipient phone number for sending or scheduling messages.
Message Content of the message to send or schedule.
Scheduled Time Date and time to send a scheduled message (ISO 8601 format).
Group Name Name of the group to create.
Description Description of the group.
Display Name Display name of the group.
Hidden Whether the group should be hidden (boolean).
Sort Order Sort order for the group (number).
Is Temporary Whether the group is temporary (boolean).
Settings (JSON) Settings for adaptive group with dynamic membership rules in JSON format.
Subscribers (JSON) Array of subscribers to add or update, each with a "number" or "email" field, in JSON format.
Create Only Whether to only create new subscribers and skip existing ones (boolean).
Tool Parameters Additional parameters to pass to the tool as name-value pairs.

Output

JSON

  • json - The response from the MCP tool call, which may include message status, group details, or subscriber information.

Dependencies

  • Requires an API key credential for Mobile Text Alerts MCP API authentication.

Troubleshooting

  • Common issues include invalid phone number formats, malformed JSON in settings or subscribers fields, and API authentication failures.
  • Error messages may indicate failure to fetch tools or call the MCP API. Ensure the API key credential is valid and the MCP API URL is correctly configured.
  • If JSON parsing fails for settings or subscribers, verify the JSON format is correct.

Links

Discussion