Skip to main content

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.

Goal: Move the partner to production credentials, provision the first live number, and confirm monitoring is in place.

Checklist

#TaskOwnerNotes
1Production AccountKey and AccountSecret issued.Telegent
2Production webhooks confirmed reachable from Telegent infrastructure.Joint
3Production Message Route + Voice Route created (partner-owned going forward).PartnerJoint call for first-time setup if needed
4First production number provisioned end-to-end (Product → Package → Subscriber → Number → Subscription).PartnerCapture MSISDN + TNID
5First production outbound SMS sent and delivered.Joint
6First production inbound SMS received and parsed.Joint
7Partner-side monitoring / alerting in place (webhook failures, token expiry, error rates).Partner
8On-call escalation path documented (who pages whom, what hours, how).Joint
9Go-live sign-off.JointDate + initials

First Production Number — End-to-End Flow

The first live number must be provisioned in this exact dependency order:
1

Create Product

POST /v1.0/products — defines what you’re selling (eSIM, data, SMS bucket, etc.)
2

Create Package

POST /v1.0/packages — bundles one or more Products into a priced offering
3

Create Subscriber

POST /v1.0/subscribers/create — the end user who will own the number
4

Provision Number

POST /v1.0/numbers/provision — assign the number to the Subscriber and AccountSave the PhoneNumberAssigned (MSISDN) and PhoneNumberId (TNID).
5

Create Subscription

POST /v1.0/subscriptions — links the Subscriber + Number + Package and starts billing

Phase complete when: First production message has flowed both directions, monitoring is live, and the escalation path is written down.

Previous: Phase 3 — API Walkthrough & Testing

Sandbox testing sign-off

Next: Phase 5 — Post-launch

First 30 days stabilization