Glyphic integration (AI, Productivity). Imported from open-connector.
https://api.glyphic.ai/v1/calls/
| Param | Type | Required | Description |
|---|---|---|---|
| participantEmail | string | optional | Filter calls by a participant email address. |
| startTimeFrom | string | optional | Only return calls starting at or after this UTC ISO 8601 time. |
| startTimeTo | string | optional | Only return calls starting at or before this UTC ISO 8601 time. |
| titleFilter | string | optional | Query text used to filter calls by title. |
| tagIds | array | optional | Glyphic call tag identifiers to filter by. |
| cursor | string | optional | The cursor returned by a previous Glyphic list response. |
| limit | integer | optional | The number of items to return per page. |
| direction | string | optional | The cursor pagination direction. |
/v1/calls/{callId}
| Param | Type | Required | Description |
|---|---|---|---|
| callId | string | required | The Glyphic call identifier. |
/v1/calls/{callId}/media
| Param | Type | Required | Description |
|---|---|---|---|
| callId | string | required | The Glyphic call identifier. |
/v1/calls/{callId}/snippets
| Param | Type | Required | Description |
|---|---|---|---|
| callId | string | required | The Glyphic call identifier. |
/v1/call_tags/
/v1/playbooks/
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The cursor returned by a previous Glyphic list response. |
| limit | integer | optional | The number of items to return per page. |
| direction | string | optional | The cursor pagination direction. |
/v1/playbooks/{playbookId}
| Param | Type | Required | Description |
|---|---|---|---|
| playbookId | string | required | The Glyphic playbook identifier. |
/v1/playbooks/{playbookId}/versions
| Param | Type | Required | Description |
|---|---|---|---|
| playbookId | string | required | The Glyphic playbook identifier. |
/v1/playbooks/{playbookId}/versions/{versionId}
| Param | Type | Required | Description |
|---|---|---|---|
| playbookId | string | required | The Glyphic playbook identifier. |
| versionId | string | required | The Glyphic playbook version identifier. |