Wassenger icon

Wassenger

Interact with Wassenger WhatsApp API

Actions148

Overview

This node interacts with the Wassenger WhatsApp API, specifically providing access to various WhatsApp Business features. The "Get My Catalog" operation under the "Business catalog" resource allows users to retrieve their WhatsApp Business product catalog associated with a specific WhatsApp Business number.

Typical use cases include:

  • Fetching and displaying the list of products or services offered by a business on WhatsApp.
  • Integrating product catalogs into CRM systems or e-commerce platforms.
  • Automating catalog retrieval for inventory synchronization or marketing campaigns.

For example, a business could use this node to programmatically pull their product catalog from WhatsApp and display it on their website or use it in automated chatbots.

Properties

Name Meaning
WhatsApp Number The ID of your WhatsApp Business number (required). This identifies which business catalog to fetch.
Pagination Options to control pagination of the catalog results:
- Page Size Number of products to return per page (default 100, min 1, max 500).
- Page Number Page number to return, starting from 0 (default 0).

Output

The node outputs JSON data representing the retrieved catalog information for the specified WhatsApp Business number. The structure typically includes details about the products or items in the catalog such as product IDs, names, descriptions, prices, and other relevant metadata.

If the catalog is large, the output respects pagination parameters, returning only the requested page of results.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Wassenger WhatsApp API via an API key credential configured in n8n.
  • The node depends on the Wassenger service being accessible and the WhatsApp Business number being valid and linked to the Wassenger account.
  • Pagination parameters must be within allowed ranges to avoid errors.

Troubleshooting

  • Common issues:

    • Invalid or missing WhatsApp Business number ID will cause the API call to fail.
    • Incorrect API key or expired credentials will result in authentication errors.
    • Requesting a page number or size outside allowed limits may cause errors or empty responses.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication failures: Check that the API key credential is correctly set up and has not expired.
    • "Device not found" or similar: Verify the WhatsApp Business number ID is correct and linked to your Wassenger account.
    • Pagination errors: Ensure page size is between 1 and 500 and page number is zero or positive.
    • General API errors: Review the error message returned and consult Wassenger API documentation for specifics.

Links and References

Discussion