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 retrieves the invite link for a specified WhatsApp group using the WARest WhatsApp REST API. 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 or invitations.
Use Case Examples
- Automatically fetch the invite link of a WhatsApp group to share it via other communication channels.
- Use the invite link in a workflow to invite new participants to a group programmatically.
Properties
| Name | Meaning |
|---|---|
| Session | Identifier of the WhatsApp session to use for the API call. It can be selected from a list or entered manually. |
| Group ID | The unique identifier (JID) of the WhatsApp group for which the invite link is requested. |
Output
JSON
json- The full JSON response from the API containing invite link details.
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 API call will fail.
- Verify the group ID is correct and corresponds to an existing WhatsApp group.
- Check API credentials and base URL configuration to avoid authentication or connection errors.
- Common error messages include 'Operation not implemented' if the operation name is incorrect, or API errors if the group or session is invalid.
Links
- WARest WhatsApp REST API - Official documentation and repository for the WARest WhatsApp REST API used by this node.
