Remove Blocked Contacts
Unblock phone numbers so their messages start being delivered again.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID and
MessageFilterId(MFID-) - Numbers must currently be on the blocked list — confirm with
GET /v1.0/subscribers/message-filter/blocked-contacts
What this does: Removes one or more phone numbers from the blocked list. After removal, messages from those contacts go through the normal filter pipeline and are delivered if they pass the rules.
Next steps:
- Verify the removal —
GET /v1.0/subscribers/message-filter/blocked-contacts - Add to allowed instead —
POST /v1.0/subscribers/message-filter/allowed-contacts/add
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Telegent Subscriber ID. Format: TSUID- followed by a UUID. Create one via POST /v1.0/subscribers/create or look up existing IDs with GET /v1.0/subscribers/get.
"SID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"
Message Filter ID. Format: MFID- followed by a UUID. Returned by POST /v1.0/subscribers/message-filter (Create) or GET /v1.0/subscribers/message-filter (List).
"MFID-7435d672-a2d0-451e-ab62-45499f5bc7a1"
One or more phone numbers (E.164 format) to remove from the blocked list.
["+3333333333"]Response
Blocked Contacts Removed
The response is of type object.