CTRLK

Shared components

Get started with toll-free

|

View as Markdown

Complete, step-by-step guidance for setting up and launching toll-free messaging in the USA.


Toll-free setup overview

The toll-free process has five stages. Total estimated time: 1 to 2 weeks.

1

Get your toll-free number (1 to 3 days)
Purchase a toll-free number through Infobip.

2

Register your brand (1 to 3 days)
Create and verify your brand identity.

3

Create and register campaigns (1 to 5 days)
Map your messaging programs and complete TFN verification.

4

Configure voice features (optional)
Set up CNAM and E.911 if you plan to use voice.

5

Start sending messages (immediate)
Begin messaging through your toll-free number.


Stage 1: Get a toll-free number

A toll-free number is a dedicated number (for example, +1-800-555-0123) optimized for customer-facing SMS and voice messaging.

To request a toll-free number:

Using the web interface:

  1. Log in to your Infobip account
  2. Go to Channels and Numbers > Numbers
  3. Select Buy Number
  4. Select destination country: United States
  5. Choose capabilities (SMS, Voice) - Select the channels your toll-free number will support
  6. In the list of number types, select Toll-Free
  7. (Optional) Configure additional settings:
    • Application and entity (CPaaSX customers only) - Connect an application and entity for invoicing and reporting
    • Additional contact email: Provide an email to receive updates about your request
    • Additional comment: Add any specific details Infobip should be aware of while processing your order
  8. Select Next

Step 9: Review payment summary

Before completing your order, you will see a payment summary where you can:

  • Set quantity: Choose how many toll-free numbers to purchase (if ordering multiple)
  • Review fees:
    • One-time fee (per number)
    • Monthly fee (per number)
    • Total due now (one-time fee × quantity)
    • Total monthly fee (ongoing cost)

Review all information and select Order Now to complete the purchase.

What happens next:

  • Infobip processes your order within 1 to 3 days
  • You will receive an email notification confirming your number
  • Number is ready for brand and campaign registration

Using the API: Use the Resource Request API to request a toll-free number programmatically:

bash
POST /resources/1/requests

See the API reference for full request/response details.

What you get: A dedicated toll-free number ready for brand and campaign registration.

Importing an existing number:

If you already have a toll-free number from another provider, see Migrating toll-free numbers for complete migration procedures.


Stage 2: Register your brand

A brand represents your company or organization. You need a registered brand before creating campaigns.

What is a brand?

  • Your organization's identity (company name, DBA, nonprofit, etc.)
  • Used to identify messages to recipients
  • Verified through the TFN verification process
  • One-time setup per organization

For complete brand registration guidance, see:

Understanding brands: Brand concepts and creation

Registration methods (quick overview):


Using the web interface [#using-the-web-interface-stage-2-register-your-brand]

  1. Log in to your Infobip account
  2. Go to Channels and Numbers > Tools & Compliance > US Sender Registration
  3. Select the Brands tab
  4. Select Create Brand > Select Toll Free Number > Select Continue
  5. Complete all required fields:
    • Legal Company Name (required) - Your official business name (campaign branding must match this or the DBA, or it will be rejected)
    • DBA (optional) - Alternative business name if applicable (campaign branding can match this)
    • Website: Your company's primary website
    • Address: Your business address
    • Business Information: Description of what your business does
    • Contact Email (required) - Support email address (email domain must match either Legal Company Name or DBA, for example, support@yourcompany.com; this is considered the support email for the program)
  6. Select Create Brand
  7. Infobip validates the brand within 1 to 3 business days

Using the API [#using-the-api-stage-2-register-your-brand]

Use the Brand Registration API to create brands programmatically:

bash
POST /number-registration/1/brands

See the API reference for request/response schemas.

Timeline: 1 to 3 business days for approval


Stage 3: Create and register campaigns

A campaign represents a specific messaging program (for example, "Customer support," "Order notifications," "Support hotline"). Each campaign gets individual approval.

What is a campaign?

  • Describes your use case and message content
  • Maps to specific message types (support, notifications, etc.)
  • Submitted for TFN verification
  • One per use case (you can create multiple campaigns)

For complete campaign creation guidance, see:

Understanding campaigns: Campaign concepts and requirements

Optimize before submission:

Managing campaign AI review: Get intelligent feedback on your campaign content before submission to improve approval chances

Registration methods (quick overview):


Using the web interface [#using-the-web-interface-stage-3-create-and-register-campaigns]

  1. Log in to your Infobip account
  2. Go to Channels and Numbers > Tools & Compliance > US Sender Registration
  3. Select the Campaigns tab
  4. Select Create Campaign > Select Toll Free Number > Select Create Campaign
  5. Select your toll-free number and brand
  6. Complete the campaign form:
FieldRequiredDetails
Campaign nameRequiredDescriptive name for your program
Campaign summaryRequiredPurpose of your campaign
Monthly volume estimationRequiredExpected message volume per month
Use caseRequiredMust match your campaign summary and call-to-action
Opt-in methodsRequiredSelect all that apply: verbal consent, online consent, keyword, or IVR
Opt-in fileRequiredScreenshot or PDF showing the user opt-in process. Supported: .pdf, .png, .jpeg (max 1 MB)
Example messageRequiredSample message sent after opt-in. Must include brand name or product description. Include HELP and STOP instructions at least once every 30 days. (Max 1,000 characters)
SMS terms and conditions URLOptionalLink to your SMS terms and conditions
SMS privacy policy URLOptionalLink to your SMS privacy policy
Contact email addressesRequiredInfobip uses this for campaign updates, certifications, and audits (for example, contact@example.com)
Application and entityOptionalCPaaSX customers only. Connects an application and entity for invoicing and reporting.
Additional commentOptionalAny other relevant information about your campaign (max 500 characters)
  1. Select REGISTER CAMPAIGN
  2. Infobip compliance team reviews (1 to 3 business days)
  3. Campaign is submitted to provider for TFN verification
  4. Campaign goes live once approved

Using the API [#using-the-api-stage-3-create-and-register-campaigns]

Use the Campaign Registration API to create campaigns programmatically:

bash
POST /number-registration/1/campaigns

See the API reference for request/response schemas.

Timeline: 1 to 5 days from submission to activation

For toll-free campaign technical details, see:

Understanding toll-free: Campaign approval workflow and verification details


Campaign statuses during approval [#campaign-statuses-during-approval-stage-3-create-and-register-campaigns]

Your campaign moves through these statuses as it is reviewed:

StatusMeaningWhat's happening
DraftCampaign being createdYou are filling out campaign details
Submitted for reviewAwaiting Infobip reviewInfobip compliance team is screening your campaign (1 to 3 days)
In reviewActive review by InfobipInfobip is validating content and TFN requirements (1 to 2 days)
SubmittedSent to provider for verificationYour campaign is under provider review and TFN verification
RegisteredApproved and TFN verifiedCampaign is approved; you can start sending
RejectedNot approvedCampaign did not pass compliance; see Handling rejections in Understanding toll-free
AppealedRejection appealedYour appeal is under re-review
DeregisteredPreviously approved, now inactiveCreate a new campaign to resume sending

Stage 4: Configure voice features (optional)

If you are using your toll-free number for voice communication, you can optionally configure voice-specific features like CNAM (Calling Name Delivery) and E.911 (Emergency Services).

For complete details on configuring these features, see Understanding US voice number features.


Stage 5: Start sending messages

Once your campaign is approved and TFN verified, you can send messages through your toll-free number.

Sending using the web interface:

  1. Log in to your Infobip account
  2. Go to Broadcast
  3. Choose SMS
  4. Define your recipients (upload list, manual entry, or segment)
  5. Select your toll-free number
  6. Enter message content
  7. Select Continue to preview
  8. Review and click Launch

Sending using the API:

Use the SMS API to send messages programmatically:

bash
POST /sms/3/messages

See the SMS API reference for full request/response details.

Best practices:

  • Start with a small test batch to verify delivery
  • Respect opt-out requests immediately
  • Keep accurate records of opt-ins for compliance
  • Monitor inbound message volume and response times

Troubleshooting

IssueCauseResolution
Brand registration rejectedIncorrect business information or mismatched detailsVerify all information matches official business records, update brand with correct details, and resubmit. See Understanding brands.
Campaign not approvedMessage sample violates compliance rulesReview message against USA SMS compliance requirements, update message sample, and resubmit.
TFN not verified (error 488)TFN verification incompleteCheck campaign status is "Registered" and verify TFN Verified status is showing. Wait 1 to 2 hours if just approved. Contact support if still not showing after 24 hours. See Handling error code 488.
Messages not sendingCampaign not yet active, or number reputation too lowCheck campaign status is "Registered" and verify opt-in consent for all recipients. Contact support if the issue is reputation-related.
Low delivery ratesRecipient carriers filtering messages, or reputation score droppingReview USA SMS compliance requirements, ensure valid opt-ins, and check carrier feedback in logs.
Slow campaign approvalCampaign content unclear, or verification backlogContact Infobip support with your campaign ID. They can escalate with carriers.

Related pages

Understanding toll-free
Review TFN verification requirements and campaign approval workflow.

USA SMS compliance requirements
Monitor CTIA standards and carrier compliance to maintain deliverability.

Toll-free throughput reference
Check carrier limits and message queuing behavior as you scale.

Learn more

Understanding toll-free. Toll-free concepts and verification details
Understanding brands. Brand creation and management
Understanding campaigns. Campaign concepts and creation
USA SMS compliance requirements. TCPA consent and opt-out rules
USA messaging content requirements. Message format and content rules