Actions21
- Contato Actions
- LiveChat Actions
- Tag Actions
- WhatsApp Template Actions
- Campo Personalizado Actions
- Disparo Actions
- Fluxo Actions
Overview
This node integrates with the uChat API to manage contacts (subscribers). Specifically, the 'Deletar' operation under the 'Contato' resource allows users to delete a contact by providing the unique identifier 'user_ns'. This is useful for scenarios where contacts need to be removed from the system, such as cleaning up inactive or unwanted contacts.
Use Case Examples
- Deleting a contact by specifying their unique user_ns identifier to remove them from the uChat subscriber list.
- Automating contact management workflows by deleting contacts based on certain triggers or conditions.
Properties
| Name | Meaning |
|---|---|
| User NS | Unique identifier of the contact (user_ns) required to specify which contact to delete. |
Output
JSON
user_ns- The unique identifier of the deleted contact.status- Status of the delete operation, indicating success or failure.
Dependencies
- Requires an API key credential for authenticating requests to the uChat API.
Troubleshooting
- Common issues include providing an invalid or non-existent user_ns, which will result in an error from the API indicating the contact could not be found.
- Ensure the API key credential is valid and has the necessary permissions to delete contacts.
- Network or connectivity issues may cause request failures; verify network access to the uChat API endpoint.
Links
- uChat API Documentation - Official API documentation for uChat, detailing endpoints and usage.