Actions20
- Session Actions
- Message Actions
- Contact Actions
- Typing Actions
- Webhook Actions
Overview
The WhatsApp Multi-Session node allows users to interact with the WhatsApp Multi-Session API, specifically for managing sessions and webhooks. The "Remove" operation is used to delete a webhook URL associated with a specific WhatsApp session. This can be beneficial in scenarios where a user wants to stop receiving notifications or messages from WhatsApp through a previously set webhook. For example, if a user has integrated their application with WhatsApp and no longer wishes to receive updates via a webhook, they can use this operation to remove the webhook URL.
Properties
| Name | Meaning |
|---|---|
| Session ID | The WhatsApp session ID (e.g., session_123). Required to identify which session's webhook should be removed. |
Output
The output of the "Remove" operation will typically include a confirmation response indicating whether the webhook was successfully removed. The structure of the JSON output may vary based on the API's response but generally includes fields such as success status and any relevant messages.
Dependencies
- An API key credential is required to authenticate requests to the WhatsApp Multi-Session API.
- The server URL for the WhatsApp Multi-Session API must be configured correctly in the n8n environment.
Troubleshooting
- Common Issues: Users might encounter issues related to invalid session IDs or network errors when trying to remove a webhook.
- Error Messages:
- "Invalid session ID": Ensure that the provided session ID corresponds to an existing session.
- "Network error or request failed": Check your internet connection and ensure that the API endpoint is reachable.
- "Authentication failed": Verify that the API key is correct and has the necessary permissions.
Links and References
- WhatsApp Multi-Session API Documentation (replace with actual documentation link)
- n8n Documentation for more information on setting up nodes and workflows.