CallOnTheGo

CallOnTheGo provides APIs for managing phone numbers, caller IDs, suppression lists, audio assets, contact lists, and Voice AI campaigns.

29 actions Integration catalog
Request access
Connect CallOnTheGo once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Suppression EntryCALLONTHEGO_ADD_SUPPRESSION_ENTRY
Idempotently add one phone number to the Do-Not-Call list. This change persists indefinitely because the API provides no removal route.
Cancel CampaignCALLONTHEGO_CANCEL_CAMPAIGN
Irreversibly cancel a campaign and mark its queued or pending recipients cancelled. This changes the campaign to a terminal state but does not delete its record.
Create Caller IDCALLONTHEGO_CREATE_CALLER_ID
Add a caller ID and initiate a telecom-provider verification call to confirm ownership. Returns the caller-ID resource ID and verification code needed to complete verification; this does not launch a campaign.
Create CampaignCALLONTHEGO_CREATE_CAMPAIGN
Create a draft Voice AI campaign from explicit caller ID, contact list, and audio resources. This only saves a draft: it does not launch the campaign, place or queue calls, or incur call charges. Use the separate launch action when calling should begin.
Delete Caller IDCALLONTHEGO_DELETE_CALLER_ID
Permanently remove an owned caller ID configuration.
Delete Phone NumberCALLONTHEGO_DELETE_PHONE_NUMBER
Permanently remove an owned phone-number configuration by ID; deleting a missing ID also reports success.
Get CampaignCALLONTHEGO_GET_CAMPAIGN
Get one campaign's configuration, lifecycle state, resource names, delivery metrics, and cost metrics.
Get Dashboard StatsCALLONTHEGO_GET_DASHBOARD_STATS
Return account-level call, contact, group, list, success-rate, and recent-activity summary metrics.
Get Voice ReadinessCALLONTHEGO_GET_VOICE_READINESS
Return runtime readiness, telecom provider assignment, and supported capabilities for diagnosing whether voice campaigns can run.
Launch CampaignCALLONTHEGO_LAUNCH_CAMPAIGN
Validate compliance, provision telecom isolation if needed, and launch a campaign. Launching immediately queues eligible recipients for calls and may incur call charges.
List Audio AssetsCALLONTHEGO_LIST_AUDIO_ASSETS
List campaign audio assets with playback, duration, transcript, and compliance details.
List Caller IDsCALLONTHEGO_LIST_CALLER_IDS
List owned caller IDs with ownership-verification status and inbound-campaign assignment.
List CallsCALLONTHEGO_LIST_CALLS
Return one page of account call records for outcome and duration review, with an opaque cursor for the next page.
List Campaign EventsCALLONTHEGO_LIST_CAMPAIGN_EVENTS
List only the newest 100 delivery events for a campaign, ordered newest first. CallOnTheGo provides no cursor or continuation mechanism, so events older than this fixed window cannot be retrieved with this tool.
List Campaign RecipientsCALLONTHEGO_LIST_CAMPAIGN_RECIPIENTS
List all recipients for a campaign with call status, attempts, machine detection, and cost estimates. CallOnTheGo does not paginate this endpoint, so campaigns with many recipients can return a large response.
List CampaignsCALLONTHEGO_LIST_CAMPAIGNS
List Voice AI campaigns with lifecycle state, linked resources, calling window, rate, estimated cost, compliance state, and timestamps.
List Contact ListsCALLONTHEGO_LIST_CONTACT_LISTS
List campaign contact lists with valid, invalid, suppressed, and total recipient counts.
List ContactsCALLONTHEGO_LIST_CONTACTS
Return one page of contacts from the connected CallOnTheGo account for CRM lookup, with an opaque cursor for the next page.
List Phone NumbersCALLONTHEGO_LIST_PHONE_NUMBERS
List phone numbers owned by the connected CallOnTheGo account, including the resource records needed to identify numbers for later management.
List Suppression EntriesCALLONTHEGO_LIST_SUPPRESSION_ENTRIES
List Do-Not-Call suppression entries for the connected account.
Pause CampaignCALLONTHEGO_PAUSE_CAMPAIGN
Pause a running campaign while retaining its pending recipients for a later resume. The campaign must currently be running.
Queue Campaign LeadCALLONTHEGO_QUEUE_CAMPAIGN_LEAD
Queue one phone-number lead for dialing by a running campaign. This can place a call and incur charges; suppressed or already-active leads may return without a new dial.
Resume CampaignCALLONTHEGO_RESUME_CAMPAIGN
Resume a paused campaign and immediately requeue its pending recipients for calls. Resuming can place calls and incur call charges.
Set Caller ID Inbound CampaignCALLONTHEGO_SET_CALLER_ID_INBOUND_CAMPAIGN
Set or clear the preferred inbound campaign assigned to an owned caller ID.
Update CampaignCALLONTHEGO_UPDATE_CAMPAIGN
Update selected configuration fields on a draft or paused campaign. Running, completed, cancelled, and failed campaigns reject updates. Only explicitly supplied fields are changed.
Upload Audio AssetCALLONTHEGO_UPLOAD_AUDIO_ASSET
Upload an MP3 or WAV file as a reusable campaign audio asset. This creates stored account data but does not place calls; the API provides no route to delete the stored asset.
Upload Contact ListCALLONTHEGO_UPLOAD_CONTACT_LIST
Create a campaign contact list from a CSV file. CallOnTheGo normalizes phone numbers, removes duplicates, filters suppressed recipients, and persists the resulting contacts without placing calls. The API provides no route to delete the resulting contact list.
Upload Suppression CSVCALLONTHEGO_UPLOAD_SUPPRESSION_CSV
Persistently add many phone numbers to the Do-Not-Call list from a CSV file. Duplicate entries are skipped. This bulk change cannot be undone through the API because no suppression-removal route is available.
Verify Caller IDCALLONTHEGO_VERIFY_CALLER_ID
Submit an ownership-verification code for an existing caller ID and return whether it became verified or remains pending.