commit_event_occurrence_attachments
Attach intents (pre-uploaded files) or URLs to an event occurrence by providing an event reference, date, and optionally intents or URLs.
Instructions
Commit intents and/or url-provider entries to an event occurrence.
event_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL
— and is resolved to a UUID before the commit.
intents are attachment ids returned by a prior presign call
whose files have been PUT to S3. urls are url-provider entries
{url, filename?}. 400 if both lists are empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| date | Yes | ||
| intents | No | ||
| urls | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |