ActionAttachmentInput Input Object
Attachment input for actions
Fields
#
id
ID !
Non-null
The file document _id from the Files collection in this workspace. Must be the actual uploaded file's _id - never a message id or any other id.
type
String !
Non-null
Attachment type. Use 'file' for uploaded files (including images), 'google-drive' for Google Drive files, 'dropbox' for Dropbox files, or 'microsoft' for Microsoft/OneDrive files.
Usages
#
References
#
- Argument attachments of field insertAction from type Mutation
Previous
Action