Add Allowed Contacts
Add trusted phone numbers that bypass message filtering.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID and an existing
MessageFilterId(MFID-)
What this does: Adds one or more phone numbers (E.164 format) to the allowed list. Messages from these contacts bypass all content filtering — keyword checks, link blocking, and media restrictions do not apply. Common use case: family members, doctors, or known business numbers.
Next steps:
- Verify the addition —
GET /v1.0/subscribers/message-filter/allowed-contacts - Undo —
POST /v1.0/subscribers/message-filter/allowed-contacts/remove
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 add to the allowed list. Each number must start with + and country code, e.g., +15555555555.
["+15555555555"]Response
Allowed Contacts Added
The response is of type object.