Skip to main content

Unblocking Recipients due to Incoming Traffic

Last updated: 26 August 2025

To unblock a recipient by incoming traffic in the channel using the api/channel-profile/subjects/unblock/address method, send a POST request to the URL https://app.edna.io/api/channel-profile/subjects/unblock/address

Request Format

{
"address": "string",
"subject": "string"
}

Request example

{
"address": "35000000000",
"subject": "example_wa"
}

Request Parameters

ParameterData typeCharacterDescription
addressstringRequiredThe recipient's address is a phone number or other unique identifier.
subjectstringRequiredSignature name.

To find out the name of the signature, use the API method to get a list of channels (the subject field).

File IconReceiving List of Channels

Response Format

If the request is successful, the method returns a response with the code 200.