Actions20
- Session Actions
- Message Actions
- Contact Actions
- Typing Actions
- Webhook Actions
Overview
The WhatsAppMultiSession node allows users to interact with the WhatsApp Multi-Session API, specifically for managing sessions. This node is particularly useful for applications that require automated messaging or session management on WhatsApp. Common scenarios include creating new sessions, listing existing sessions, and retrieving session details. For example, a business could use this node to manage multiple customer service interactions through different WhatsApp sessions, enabling efficient communication with clients.
Properties
| Name | Meaning |
|---|---|
| Session ID | The WhatsApp session ID required to identify the specific session. |
Output
The output of the List operation will be an array of session objects, each containing details about the sessions retrieved from the WhatsApp API. Each session object typically includes properties such as session ID, status, and other relevant metadata.
Dependencies
- An API key credential is required to authenticate requests to the WhatsApp Multi-Session API.
- The node requires access to the WhatsApp Multi-Session API endpoint, which must be specified in the credentials.
Troubleshooting
- Common Issues: Users may encounter issues related to authentication failures, invalid session IDs, or network errors.
- Error Messages:
- "Authentication failed": This indicates that the provided API key is incorrect or lacks necessary permissions. Ensure the API key is valid and has the correct access rights.
- "Media link has expired": This error occurs when trying to access a media URL that is no longer valid. Request a new media URL if this happens.
- "Network error or request failed": This suggests connectivity issues. Check your internet connection and ensure the API endpoint is reachable.