← Tools Reference

CallRail

CallRail integration (Marketing, Data). Imported from open-connector.

API key6 toolshttps://api.callrail.com
GET
callrail_list_accounts
List CallRail accounts visible to the API key.

/v3/a.json

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to return.
perPageintegeroptionalThe number of records to return per page.
hipaaAccountbooleanoptionalFilter accounts by HIPAA account status.
GET
callrail_list_companies
List CallRail companies for one account.

/v3/a/{accountId}/companies.json

3 parameters
ParamTypeRequiredDescription
accountIdstringrequiredThe CallRail account ID.
pageintegeroptionalThe page number to return.
perPageintegeroptionalThe number of records to return per page.
GET
callrail_list_calls
List CallRail calls for one account with optional company, tracker, date, and field filters.

/v3/a/{accountId}/calls.json

9 parameters
ParamTypeRequiredDescription
accountIdstringrequiredThe CallRail account ID.
companyIdstringoptionalThe CallRail company ID.
trackerIdstringoptionalOnly return calls for this CallRail tracker ID.
startDatestringoptionalOnly return calls on or after this date.
endDatestringoptionalOnly return calls on or before this date.
fieldsarrayoptionalAdditional field names to request from CallRail, such as milestones or keywords…
pageintegeroptionalThe page number to return.
perPageintegeroptionalThe number of records to return per page.
relativePaginationbooleanoptionalWhether to request CallRail relative pagination.
GET
callrail_get_call
Retrieve one CallRail call by account ID and call ID.

/v3/a/{accountId}/calls/{callId}.json

3 parameters
ParamTypeRequiredDescription
accountIdstringrequiredThe CallRail account ID.
callIdstringrequiredThe CallRail call ID.
fieldsarrayoptionalAdditional field names to request from CallRail, such as milestones or keywords…
GET
callrail_list_form_submissions
List CallRail form submissions for one account with optional company, date, and field filters.

/v3/a/{accountId}/form_submissions.json

7 parameters
ParamTypeRequiredDescription
accountIdstringrequiredThe CallRail account ID.
companyIdstringoptionalThe CallRail company ID.
startDatestringoptionalOnly return submissions on or after this date.
endDatestringoptionalOnly return submissions on or before this date.
fieldsarrayoptionalAdditional field names to request from CallRail, such as milestones or keywords…
pageintegeroptionalThe page number to return.
perPageintegeroptionalThe number of records to return per page.
GET
callrail_get_form_submission
Retrieve one CallRail form submission by account ID and form submission ID.

/v3/a/{accountId}/form_submissions/{formSubmissionId}.json

2 parameters
ParamTypeRequiredDescription
accountIdstringrequiredThe CallRail account ID.
formSubmissionIdstringrequiredThe CallRail form submission ID.