Actions90
- Sessions Actions
- Messages - Sending Actions
- Chats Actions
- Messages - Actions Actions
- Groups Actions
- List Groups
- Group Info
- Get Invite Link
- Revoke Invite Link
- Join via Link
- Preview via Link
- Create Group
- Delete Group
- Update Group Description
- Toggle Announcement Mode
- List Participants
- Add Participants
- Remove Participants
- Demote Participants
- Approve Join Request
- Reject Join Request
- List Join Requests
- Get Group Picture
- Set Group Picture
- Delete Group Picture
- Leave Group
- Update Group Name
- Lock Group Edits
- Promote Participants
- Profile Actions
- Server Actions
- Miscellaneous Actions
Overview
This node operation allows a user to join a WhatsApp group using an invite link. It is useful for automating the process of joining groups via invitation links, which can be beneficial in scenarios such as community management, event coordination, or customer engagement where group participation is required.
Use Case Examples
- Automatically join a WhatsApp group when a new invite link is received.
- Integrate with other workflows to join groups for marketing or support purposes.
Properties
| Name | Meaning |
|---|---|
| Session | The WhatsApp session to use for joining the group. This can be selected from existing sessions or entered manually. |
| Invite Link or Code | The invite link or code used to join the WhatsApp group. |
Output
JSON
json- The response from the API after attempting to join the group, typically containing details about the joined group or status.
Dependencies
- Requires an API key credential for the WARest WhatsApp REST API and the base URL of the API server.
Troubleshooting
- Ensure the session ID is valid and active; otherwise, the join request will fail.
- Verify that the invite link or code is correct and has not expired or been revoked.
- Common error messages may include invalid session, invalid invite link, or network errors. Check API credentials and network connectivity if errors occur.
