Getting Started
Integrate with Telgorithm in one week or lessYou’re just days away from getting an average of 99%+ SMS & MMS deliverability rates with Telgorithm’s messaging API. Our integration process is automated for zero disruptions, and only requires one day of engineering work.Integration Process
In order to start working in a compliant messaging environment you need to be registered as a Campaign Service Provider (CSP) with The Campaign Registry (TCR). If not already a CSP, please register here.
Create Brand(s)
In this part of the registration process, you will share more info about your customers (aka Brands) with TCR. This allows TCR to verify the identity of the Brand, which is a requirement.
TCR API
POST/brand/nonBlocking

Create Campaign(s)
Next you will disclose how your Brand(s) will use 10DLC messaging per Campaigns (aka messaging use cases). This use case section verifies the content of the messages you’re sending through registered Campaigns.
TCR API
POST/campaignBuilder

Share Campaigns with Telgorithm
After the completion, you will get a Campaign ID, which you need to share with Telgorithm, your Connectivity Provider (CNP). Telgorithm’s CNPID: “SQTIJSW”
TCR API
PUT/campaign/{campaignId}/sharing/{upstreamCnpId}

TCR Campaign Import Webhook Event
Telgorithm accepts your TCR-approved Campaigns from TCR and automatically imports them to your Telgorithm account. You will be notified so that you can proceed to the next step.
Telgorithm API
PUT/v1/Webhooks/TcrCampaignImported

Create Messaging Config
Create Messaging Configs for each Campaign. This is where your TCR Campaigns become associated with your Telgorithm Messaging Configs.
Telgorithm API
POST/v1/MessagesConfigs

Purchase Numbers
After the completion, you will get a Messaging Config SID, which you need to purchase numbers to the Messaging Config. Speak with a support representative if porting.
Telgorithm API
GET/v1/Phones/Available10DLC

Assign Numbers to Messaging Configs
When purchasing a phone number, you will specify the Messaging Config SID (created in step 5). This will associate your number(s) with your Messaging Configs.
Telgorithm API
POST/v1/Phones/OrderAPhone

Test an Outbound Message
Test an outbound message (can also test via Swagger API).
Telgorithm API
POST/v1/OutboundMessages

Test an Inbound Message
Test an inbound message by replying to the message sent in step 8.
Telgorithm API
POST/v1/InboundMessages

