Check what an upload link received
check_uploadLook for the files an upload link put into this mailbox, and give back a fileRef for each so you can attach them. Call this after create_upload_link - either straight after uploading the file yourself, or once the person says they have. If nothing has arrived yet it says so plainly: that is not an error, it usually means they have not finished, so tell them what you are waiting for rather than calling this repeatedly. The files sit in a draft in their own Drafts folder. DO NOT OFFER TO DELETE IT: it is removed automatically as soon as you attach the files to a message, and swept later if you never do. Asking the person whether to tidy it up hands them a job they do not have.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uploadId | Yes | The `uploadId` from create_upload_link. |