API ReferenceDrive Link
driveLink.create
Type: Mutation · Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| entityType | enum(quote, invoice, ticket, work_order, project, account, contact, opportunity) | Yes | — | Entity type |
| entityId | string | Yes | — | ID of the associated entity |
| connectionId | string.uuid | Yes | — | ID of the associated connection |
| driveFileId | string | Yes | — | ID of the associated drive file |
Example
{
"entityType": "quote",
"entityId": "550e8400-e29b-41d4-a716-446655440000",
"connectionId": "550e8400-e29b-41d4-a716-446655440000",
"driveFileId": "550e8400-e29b-41d4-a716-446655440000"
}