Wassenger icon

Wassenger

Interact with Wassenger WhatsApp API

Actions148

Overview

This node interacts with the Wassenger WhatsApp API to delete quick replies associated with a specified WhatsApp number. Quick replies are predefined message templates or shortcuts that can be used to respond quickly in WhatsApp conversations.

Common scenarios for this node include:

  • Cleaning up outdated or unused quick replies from a WhatsApp business account.
  • Managing quick reply templates programmatically, such as removing specific quick replies by their ID or shortcut.
  • Bulk deleting all quick replies when resetting or reorganizing the quick reply set.

Practical example:

  • A user wants to delete a specific quick reply identified by its shortcut "promo1" from their WhatsApp number to avoid sending outdated promotional messages.
  • Alternatively, the user may want to delete all quick replies at once to start fresh.

Properties

Name Meaning
WhatsApp Number The ID of the WhatsApp number (device) from which quick replies will be deleted.
Delete Method Method to use for deleting quick replies: either delete all quick replies or delete specific ones by ID or shortcut. Options: "Delete All Quick Replies", "Delete by ID or Shortcut".
Items to Delete When deleting specific quick replies, this is a collection of items specifying which quick replies to delete. Each item requires:
- Type: Identifier type ("ID" or "Shortcut")
- ID: The ID of the quick reply (if type is ID)
- Shortcut: The shortcut string of the quick reply (if type is Shortcut)

Output

The node outputs JSON data representing the result of the deletion operation(s). This typically includes confirmation of successful deletions or error information if any deletion failed.

No binary data output is involved.

Dependencies

  • Requires an active connection to the Wassenger WhatsApp API.
  • Requires an API key credential configured in n8n for authentication with the Wassenger service.
  • The WhatsApp number (device) must be registered and accessible via the Wassenger API.

Troubleshooting

  • Common issues:

    • Invalid or missing WhatsApp number ID: Ensure the device ID corresponds to a valid WhatsApp number linked to your Wassenger account.
    • Incorrect quick reply ID or shortcut: Verify that the IDs or shortcuts provided exist and are correctly spelled.
    • API authentication errors: Confirm that the API key credential is valid and has sufficient permissions.
    • Network or connectivity problems: Check internet connection and API endpoint availability.
  • Error messages:

    • Errors related to "not found" usually indicate the quick reply ID or shortcut does not exist.
    • Authentication errors suggest invalid or expired API credentials.
    • Rate limiting or quota exceeded errors require waiting or adjusting API usage.

Resolving these generally involves verifying input parameters, checking API credentials, and ensuring network stability.

Links and References

Discussion