Activate Voicemail
Prerequisites:
- Required: Bearer token —
POST /v1.0/oauth2/tokens - Required: Provisioned phone number —
POST /v1.0/numbers/provision
Activate voicemail for a phone number. Set a PIN, notification email, and subscriber name. Once activated, unanswered calls to this number will be directed to voicemail.
What this does: Enables voicemail on the number and returns a confirmation. Once activated, unanswered calls are captured as voicemail and a notification is sent to the configured email. The PIN is required to retrieve messages.
Next steps:
- Confirm voicemail is active —
POST /v1.0/numbers/voicemail/info - Update settings —
POST /v1.0/numbers/voicemail/update
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
The phone number to activate voicemail for (E.164 format)
"+11234567890"
Optional account ID associated with the phone number
"AID-ab12345-2725-45a1-bd5e-526ed19799xx"
Voicemail PIN for the subscriber
"1234"
Subscriber first name
"John"
Subscriber last name
"Doe"
Email address for voicemail notifications
"john@example.com"
Response
Success — returns voicemail activation status
The response is of type object.