Actions33
Overview
This node interacts with the Quepasa (Whatsapp) API to perform control operations related to WhatsApp conversations. Specifically, for the 'Get Invite Link' operation under the 'Control' resource, it retrieves an invite link for a specified WhatsApp chat or group. This is useful for scenarios where you want to programmatically obtain an invite link to share with others for joining a WhatsApp group or conversation.
Use Case Examples
- Automatically generate and retrieve invite links for WhatsApp groups in a customer support workflow.
- Fetch invite links to share with team members for collaboration in WhatsApp groups.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for the API request, either by providing parameters directly or using predefined credentials. |
| BaseUrl | The base URL of the Quepasa API endpoint. Required if using parameter-based authentication. |
| Token | The token of the WhatsApp bot used for authentication, overrides credentials if provided. Required if using parameter-based authentication. |
| Chat ID | The destination conversation identifier, which can be a ChatId Group or any E164 phone number. Required for the invite operation. |
Output
JSON
inviteLink- The invite link URL retrieved for the specified WhatsApp chat or group.
Dependencies
- Requires access to the Quepasa API, which may require an API token or credentials depending on the authentication method chosen.
Troubleshooting
- Ensure the BaseUrl and Token are correctly set if using parameter-based authentication, as incorrect values will cause authentication failures.
- Verify that the Chat ID is valid and corresponds to an existing WhatsApp group or conversation to avoid errors in retrieving the invite link.
- Common error messages may include authentication errors or invalid chat ID errors; verify credentials and input parameters accordingly.
Links
- Quepasa API Documentation - Official API documentation for Quepasa, which provides details on endpoints and authentication.
