Boomerangme icon

Boomerangme

Interact with Boomerangme API

Overview

This node integrates with the Boomerangme API to send SMS messages to customers. It is designed to facilitate communication by allowing users to send custom text messages directly to a specified customer via their unique identifier. Common scenarios include sending notifications, alerts, promotional messages, or transactional updates to customers.

For example, a business can use this node to automatically notify a customer about an upcoming appointment or send a confirmation message after a purchase.

Properties

Name Meaning
Customer ID The unique identifier of the customer who will receive the SMS message.
Message The content of the SMS message to be sent to the customer.

Output

The node outputs JSON data representing the response from the Boomerangme API after attempting to send the SMS. This typically includes information such as the status of the message delivery, any error messages if applicable, and metadata related to the SMS transaction.

If the API supports it, the output may also contain identifiers for the sent message or timestamps indicating when the message was processed.

Dependencies

  • Requires an active Boomerangme API key credential configured in n8n.
  • The node communicates with the Boomerangme API endpoint at https://api.digitalwallet.cards/api/v2.
  • Proper network access to the Boomerangme API service is necessary.

Troubleshooting

  • Invalid Customer ID: If the provided customer ID does not exist or is incorrect, the API may return an error indicating that the recipient could not be found. Verify the customer ID before sending.
  • Message Content Issues: Sending an empty message or exceeding character limits might cause errors. Ensure the message content is valid and within allowed length.
  • Authentication Errors: Missing or invalid API credentials will result in authentication failures. Confirm that the API key is correctly set up in n8n credentials.
  • API Rate Limits: Excessive requests may trigger rate limiting. If you encounter rate limit errors, consider adding delays or reducing request frequency.
  • Network Connectivity: Ensure that your environment has internet access and can reach the Boomerangme API endpoint.

Links and References

Discussion