Bolna integration (AI, Communication). Imported from open-connector.
https://api.bolna.ai/user/me
/v2/agent/all
/v2/agent/{agent_id}
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | required | The Bolna agent identifier. |
/v2/agent/{agent_id}/executions
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | required | The Bolna agent identifier. |
| page_number | integer | optional | The page number to request from Bolna. |
| page_size | integer | optional | The number of executions to request from Bolna. |
| status | string | optional | The execution status filter accepted by Bolna. |
| call_type | string | optional | The call type filter accepted by Bolna. |
| provider | string | optional | The provider filter accepted by Bolna. |
| answered_by_voice_mail | boolean | optional | Whether to filter executions answered by voicemail. |
| batch_id | string | optional | The Bolna batch identifier used to filter executions. |
| from | string | optional | The inclusive execution start timestamp filter in ISO 8601 format. |
| to | string | optional | The inclusive execution end timestamp filter in ISO 8601 format. |
/executions/{execution_id}
| Param | Type | Required | Description |
|---|---|---|---|
| execution_id | string | required | The Bolna execution identifier. |
/executions/{execution_id}/log
| Param | Type | Required | Description |
|---|---|---|---|
| execution_id | string | required | The Bolna execution identifier. |