Actions101
- š¤ Chatting Actions
- š„ļø Sessions Actions
- š Auth Actions
- š¼ļø Screenshot Actions
- š¢ Channels Actions
- š¢ Status Actions
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ Groups Actions
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
Overview
This node operation retrieves an invite code for a specified group in a WhatsApp session. It is useful for automating the process of obtaining group invite links, which can then be shared or used in workflows to manage group memberships. For example, it can be used in customer support automation to invite users to a support group or in community management to distribute group access codes.
Use Case Examples
- Retrieve the invite code for a customer support group to send to new customers automatically.
- Get the invite code for a community group to share in a newsletter or social media post.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the WhatsApp session to use for the request. |
| Id | The unique identifier of the WhatsApp group for which the invite code is requested. |
| Request Options | Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
inviteCode- The invite code string for the specified WhatsApp group.
Dependencies
- Requires a WhatsApp session configured with appropriate authentication credentials to access group information.
Troubleshooting
- Ensure the session name is correct and active; otherwise, the node will fail to connect to WhatsApp.
- Verify the group ID is valid and the session has permission to access the group.
- If using a proxy, confirm the proxy settings are correct and the proxy server is reachable.
- Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.
- SSL certificate errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.