Actions148
- Send messages Actions
- Outbound Messages Actions
- WhatsApp Numbers Actions
- Groups Actions
- Channels Actions
- Chats Actions
- Chat Contacts Actions
- Chat Messages Actions
- Chat Files Actions
- Team Actions
- Labels Actions
- Departments Actions
- Files Actions
- Quick replies Actions
- Queue Actions
- WhatsApp session Actions
- WhatsApp profile Actions
- Business catalog Actions
- Campaigns Actions
- Meeting Links Actions
- User Status Actions
- Webhooks Actions
- Other Actions
Overview
This node interacts with the Wassenger WhatsApp API, specifically focusing on managing webhooks when using the "Webhooks" resource and the "Get Webhook" operation. It allows users to retrieve detailed information about a specific webhook by its ID. This is useful for scenarios where you need to inspect or verify the configuration or status of an existing webhook in your WhatsApp integration.
Practical examples include:
- Fetching details of a webhook to confirm it is correctly set up.
- Debugging webhook issues by retrieving current webhook data.
- Automating monitoring or auditing of webhook configurations.
Properties
| Name | Meaning |
|---|---|
| Webhook ID | The unique identifier of the webhook to retrieve. This is required to specify which webhook's details should be fetched. |
Output
The node outputs JSON data representing the details of the requested webhook. The exact structure depends on the Wassenger API response but typically includes fields such as webhook URL, events subscribed, status, creation date, and other metadata related to the webhook.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the Wassenger WhatsApp API.
- The node must be configured with valid credentials that allow access to the Wassenger API.
- Network connectivity to the Wassenger API endpoint is necessary.
Troubleshooting
Common Issues:
- Providing an invalid or non-existent Webhook ID will likely result in an error from the API indicating the webhook was not found.
- Missing or incorrect API authentication credentials will cause authorization errors.
- Network issues can prevent successful API calls.
Error Messages:
- Errors returned from the API (e.g., "Webhook not found") indicate problems with the provided Webhook ID.
- Authentication errors suggest checking the API key credential setup.
- Timeout or network errors require verifying internet connectivity and API endpoint availability.
Links and References
- Wassenger API Documentation (for detailed API endpoints and webhook management)
- n8n documentation on Using Credentials