Bland AI integration (AI, Communication). Imported from open-connector.
https://api.bland.ai/v1/me
/v1/calls
| Param | Type | Required | Description |
|---|---|---|---|
| fromNumber | string | optional | Filter calls by the number that initiated the call. |
| toNumber | string | optional | Filter calls by the number that answered the call. |
| from | integer | optional | Starting index, inclusive, for the call result window. |
| to | integer | optional | Ending index for the call result window. |
| limit | integer | optional | Maximum number of calls to return. |
| ascending | boolean | optional | Whether to sort calls ascending by creation time. |
| sortBy | string | optional | Field to sort calls by. |
| startDate | string | optional | Start date or ISO datetime for filtering calls. |
| endDate | string | optional | End date or ISO datetime for filtering calls. |
| createdAt | string | optional | Specific call creation date in YYYY-MM-DD format. |
| timezone | string | optional | IANA timezone for interpreting date-only filters. |
| updateStartDate | string | optional | Start date for filtering calls by update date. |
| updateEndDate | string | optional | End date for filtering calls by update date. |
| completed | boolean | optional | Whether to filter calls by completed status. |
| batchId | string | optional | Filter calls by Bland batch id. |
| answeredBy | string | optional | Filter calls by answer classification. |
| inbound | boolean | optional | Whether to filter inbound calls. |
| durationGt | number | optional | Filter calls with call length greater than this minute value. |
| durationLt | number | optional | Filter calls with call length less than this minute value. |
| campaignId | string | optional | Filter calls by campaign id. |
/v1/calls/{callId}
| Param | Type | Required | Description |
|---|---|---|---|
| callId | string | required | Unique id of the call to retrieve. |
/v1/voices
/v1/voices/{voiceId}
| Param | Type | Required | Description |
|---|---|---|---|
| voiceId | string | required | Voice UUID or curated voice name. |