Callfire
Connector for the callfire API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.callfire.com/v2 - Auth:
basic(pass your key via theapiKeyinput)
Operations
findcalls— GET /calls — Find callsfindcallbroadcasts— GET /calls/broadcasts — Find call broadcastsgetcallbroadcast— GET /calls/broadcasts/{id} — Find a specific call broadcastgetcallbroadcastbatches— GET /calls/broadcasts/{id}/batches — Find batches in a call broadcastgetcallbroadcastcalls— GET /calls/broadcasts/{id}/calls — Find calls in a call broadcastgetcallbroadcaststats— GET /calls/broadcasts/{id}/stats — Get statistics on call broadcast
Inputs
apiKey— your callfire API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: findcalls
apiKey: <your key>