WAHA

Connect with Whatsapp HTTP API

Actions116

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

  1. Unblocking a contact to resume message exchange.
  2. 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.

Discussion