CallRail integration (Marketing, Data). Imported from open-connector.
https://api.callrail.com/v3/a.json
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to return. |
| perPage | integer | optional | The number of records to return per page. |
| hipaaAccount | boolean | optional | Filter accounts by HIPAA account status. |
/v3/a/{accountId}/companies.json
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | required | The CallRail account ID. |
| page | integer | optional | The page number to return. |
| perPage | integer | optional | The number of records to return per page. |
/v3/a/{accountId}/calls.json
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | required | The CallRail account ID. |
| companyId | string | optional | The CallRail company ID. |
| trackerId | string | optional | Only return calls for this CallRail tracker ID. |
| startDate | string | optional | Only return calls on or after this date. |
| endDate | string | optional | Only return calls on or before this date. |
| fields | array | optional | Additional field names to request from CallRail, such as milestones or keywords… |
| page | integer | optional | The page number to return. |
| perPage | integer | optional | The number of records to return per page. |
| relativePagination | boolean | optional | Whether to request CallRail relative pagination. |
/v3/a/{accountId}/calls/{callId}.json
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | required | The CallRail account ID. |
| callId | string | required | The CallRail call ID. |
| fields | array | optional | Additional field names to request from CallRail, such as milestones or keywords… |
/v3/a/{accountId}/form_submissions.json
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | required | The CallRail account ID. |
| companyId | string | optional | The CallRail company ID. |
| startDate | string | optional | Only return submissions on or after this date. |
| endDate | string | optional | Only return submissions on or before this date. |
| fields | array | optional | Additional field names to request from CallRail, such as milestones or keywords… |
| page | integer | optional | The page number to return. |
| perPage | integer | optional | The number of records to return per page. |
/v3/a/{accountId}/form_submissions/{formSubmissionId}.json
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | required | The CallRail account ID. |
| formSubmissionId | string | required | The CallRail form submission ID. |