Actions33
- Public Actions
- Public Admin Actions
- Reseller Actions
- Create New Team
- Get Team Information
- Update Team
- Remove Team From Reseller
- Update Team Avatar
- Create Team Bulk Inboxes And Users
- Get Team Users
- Add User To Team
- Remove Users From Team
- Get Team Inboxes
- Remove Team Inboxes
- Create Team Bulk Inboxes
- Assign Users To Inbox
- Remove Users From Inbox
- Get Team Whitelist Domains
- Create Team Whitelisted Domain
- Remove Team Whitelisted Domain
- Create Reseller
- Import Team Users
- Get Import Team Users Job Status
Overview
This node allows sending multimedia messages via a public messaging API. It is designed to send text messages accompanied by media (such as images) to one or multiple recipients from a specified sender identifier. This functionality is useful in scenarios like marketing campaigns, customer notifications, or alerts where rich content needs to be delivered to users' phones.
For example, you can use this node to send a promotional image with a greeting message to a list of customers, specifying the sender phone number and customizing the displayed sender name.
Properties
Name | Meaning |
---|---|
Sender | The phone number or identifier from which the message will be sent. |
Media Urls | JSON array of URLs pointing to media files (e.g., images) to include with the message. |
Recipients | JSON array of recipient phone numbers who will receive the message. |
Body | The text content of the message to be sent. |
Additional Body Fields | Optional additional fields; currently supports "Sent By Name" to customize sender display. |
Output
The node outputs JSON data representing the response from the messaging API after attempting to send the message. This typically includes status information about the message delivery. If the API returns any binary data (not indicated here), it would represent media or attachments related to the message.
Dependencies
- Requires an API key credential for authenticating with the messaging service.
- Needs the base URL of the messaging API configured in the node credentials.
- Depends on the external messaging API to send messages and media.
Troubleshooting
- Invalid Sender or Recipient Format: Ensure phone numbers are in the correct international format.
- Malformed JSON in Media Urls or Recipients: The properties expect valid JSON arrays; invalid JSON will cause errors.
- API Authentication Errors: Verify that the API key credential is correctly set up and has necessary permissions.
- Network Issues: Check connectivity to the messaging API endpoint.
- Missing Required Fields: All required properties must be provided; missing any will result in validation errors.
Links and References
- Refer to your messaging API provider’s documentation for details on message formatting and media support.
- JSON syntax guides for properly formatting the Media Urls and Recipients fields.