Wassenger icon

Wassenger

Interact with Wassenger WhatsApp API

Actions148

Overview

This node interacts with the Wassenger WhatsApp API to update the status of a campaign. Specifically, it allows users to start or stop a campaign by specifying the campaign ID and the desired action. This is useful in scenarios where automated control over marketing or communication campaigns via WhatsApp is needed, such as launching a new promotional campaign or halting an ongoing one.

Practical examples:

  • Starting a campaign to send messages to a list of contacts at a scheduled time.
  • Stopping a campaign immediately if an issue arises or the promotion period ends.

Properties

Name Meaning
Campaign ID The unique identifier of the campaign to be updated.
Action The operation to perform on the campaign. Options: "Start Campaign" or "Stop Campaign".

Output

The node outputs JSON data representing the result of the update operation on the campaign. This typically includes confirmation of the action performed (start or stop) and any relevant metadata returned by the Wassenger API about the campaign's new status.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating with the Wassenger WhatsApp API.
  • The node depends on the external Wassenger service to manage WhatsApp campaigns.
  • Proper configuration of the API key credential within n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing Campaign ID: Ensure the Campaign ID provided exists and is correct.
    • Authentication errors: Verify that the API key credential is valid and has the necessary permissions.
    • Network or API downtime: Check connectivity and Wassenger service status.
  • Error messages:

    • Errors related to invalid campaign actions or IDs will typically indicate the problem in the message.
    • Authentication failures will prompt checking the API key setup.

To resolve these, double-check input parameters, credentials, and network connectivity.

Links and References

Discussion