Skip to content

Unblock Contact

Unblock contact on WhatsApp.

Usage

The Contact facade's unblock method may be used to unblock a contact.

php
use NjoguAmos\Waha\Facades\Contact;

/** @var \Saloon\Http\Response $response */
$response = Contact::unblock(contactId: '11231231231');

Response

The response returned by the unblock method is an instance of Saloon\Http\Response.

php
/** @var \Saloon\Http\Response $response */

$response->status(); // 200
$response->json();   // []

Engines

WEBJSWPPNOWEBGOWS

References

Released under the MIT License.