Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
- š Auth Actions
Overview
This node operation unblocks a contact in a messaging or communication platform. It is useful in scenarios where a user has previously blocked a contact and now wants to restore communication by unblocking them. For example, a customer support workflow might use this node to unblock a customer contact after resolving an issue.
Use Case Examples
- Unblocking a contact to resume message exchange.
- Automating the unblocking of contacts after a certain event or condition is met.
Properties
| Name | Meaning |
|---|---|
| Session | The session identifier used to authenticate and specify the context for the unblock operation. |
| Contact Id | The unique identifier of the contact to be unblocked. |
| Request Options | Additional options to control the request behavior such as batching, SSL certificate validation, proxy settings, and timeout. |
Output
JSON
success- Indicates whether the unblock operation was successful.contactId- The identifier of the contact that was unblocked.message- Additional information or status message about the unblock operation.
Dependencies
- Requires an API key or session token for authentication to the messaging platform's API.
Troubleshooting
- Common issues include invalid session tokens or expired sessions leading to authentication failures.
- Incorrect or non-existent contact IDs causing the unblock operation to fail.
- Network issues or proxy misconfiguration causing request failures.
- SSL certificate validation errors if the server's certificate is not trusted and 'Ignore SSL Issues' is not enabled.