callfire
Callfire API integration for automated voice and SMS workflows
Actions (42)
Campaigns · 28
- Add calls to batchPOST /v2/campaigns/batches/{id}/calls
Add call recipients to a batch.
documented - Add texts to batchPOST /v2/campaigns/batches/{id}/texts
Add text recipients to a batch.
documented - Add texts to campaignPOST /v2/campaigns/{id}/texts
Add text recipients to a campaign.
documented - Create TTS soundPOST /v2/campaigns/sounds/tts
Create a sound from text-to-speech.
documented - Create campaignPOST /v2/campaigns
Create a new call/text/media campaign.
documented - Create campaign batchPOST /v2/campaigns/batches
Create a new batch for a campaign.
documented - Create soundPOST /v2/campaigns/sounds
Create a new sound resource for campaigns.
documented - Delete campaignDELETE /v2/campaigns/{id}
Delete a specific campaign.
documented - Delete soundDELETE /v2/campaigns/sounds/{id}
Remove a sound resource by id (archived if needed).
documented - Get call broadcastGET /v2/campaigns/broadcasts/{id}
Retrieve a specific call broadcast.
documented - Get campaignGET /v2/campaigns/{id}
Retrieve a specific campaign by id.
documented - Get campaign batchGET /v2/campaigns/batches/{id}
Retrieve a batch belonging to a campaign.
documented - Get campaign recording MP3GET /v2/campaigns/{id}/recordings/{recordingId}.mp3
Download a specific campaign recording as MP3.
documented - Get campaign recording by nameGET /v2/campaigns/{id}/recordings/{recordingName}
Retrieve a specific recording by name for a campaign.
documented - Get sound MP3GET /v2/campaigns/sounds/{id}.mp3
Download a sound as MP3.
documented - Get sound WAVGET /v2/campaigns/sounds/{id}.wav
Download a sound as WAV.
documented - Get voice broadcast statisticsGET /v2/campaigns/broadcasts/{id}/stats
Query statistics for a voice broadcast.
documented - List call broadcastsGET /v2/campaigns/broadcasts
List voice broadcast campaigns.
documented - List calls in campaignGET /v2/campaigns/{id}/calls
List calls associated with a campaign.
documented - List campaign recordingsGET /v2/campaigns/{id}/recordings
List recordings for a given campaign.
documented - List campaignsGET /v2/campaigns
List all campaigns (broadcasts) in the account.
documented - List soundsGET /v2/campaigns/sounds
List sounds available to use in campaigns.
documented - List texts in campaignGET /v2/campaigns/{id}/texts
List texts associated with a campaign.
documented - Start voice broadcastPOST /v2/campaigns/broadcasts/{id}/start
Start a voice broadcast campaign.
documented - Stop voice broadcastPOST /v2/campaigns/broadcasts/{id}/stop
Stop a running voice broadcast.
documented - Update campaignPUT /v2/campaigns/{id}
Update the configuration of an existing campaign.
documented - Update campaign batchPUT /v2/campaigns/batches/{id}
Update a campaign batch.
documented - Update campaign batchPUT /v2/campaigns/batches/{id}
Modify a batch within a campaign.
documented
Me · 8
- Create API credentialPOST /v2/me/api/credentials
Create a new API credential for the account (API access requires account credentials).
documented - Delete API credentialDELETE /v2/me/api/credentials/{id}
Delete a specific API credential by its id.
documented - Disable API credentialPOST /v2/me/api/credentials/{id}/disable
Disable a specific API credential (disables API access).
documented - Enable API credentialPOST /v2/me/api/credentials/{id}/enable
Enable a previously disabled API credential.
documented - Get API credentialGET /v2/me/api/credentials/{id}
Retrieve a specific API credential by its id.
documented - Get account detailsGET /v2/me/account
Retrieve basic account information and permissions.
documented - Get credit usageGET /v2/me/billing/credit-usage
Query the credits usage for the account (time-bounded or total).
documented - List API credentialsGET /v2/me/api/credentials
List API credentials for the authenticated user.
documented