TouchBasePro icon

TouchBasePro

Interact with TouchBasePro API for Email, WhatsApp, and SMS operations

Overview

This node integrates with the TouchBasePro API to manage email-related operations, including adding one or more email addresses to a suppression list. The "Add Email(s) to Suppression List" operation allows users to specify multiple emails that should be suppressed from receiving future communications, which is useful for managing unsubscribe requests, bounce handling, or compliance with email regulations.

Practical scenarios include:

  • Automatically suppressing emails of users who have unsubscribed or reported spam.
  • Managing bounce lists to improve sender reputation.
  • Preventing sending emails to invalid or problematic addresses.

Properties

Name Meaning
Emails to Suppress One or more email addresses to add to the suppression list. Each entry requires an email address in standard format (e.g., name@email.com).

Output

The node outputs a JSON object representing the response from the TouchBasePro API after attempting to add the specified emails to the suppression list. This typically includes confirmation details such as success status and any relevant metadata returned by the API.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the TouchBasePro API.
  • The node depends on the TouchBasePro service being accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Common Issues:

    • Invalid email format in the input list may cause the API to reject the request.
    • Network connectivity problems can prevent communication with the TouchBasePro API.
    • Missing or incorrect API credentials will result in authentication errors.
  • Error Messages:

    • "Operation "addToSuppressionList" not implemented for resource "email": Indicates a misconfiguration or unsupported operation; ensure the correct resource and operation are selected.
    • API authentication errors usually indicate invalid or missing API keys; verify credentials.
    • Validation errors from the API often relate to improperly formatted email addresses; check input values.

Links and References

Discussion