contentobjectThe notification content when someone does one of the following actions:
- Suggests edits to a design.
- Applies or rejects a suggestion.
- Replies to a suggestion.
- Mentions a user in a reply to a suggestion.
typestringAvailable values: The only valid value is suggestion.
triggering_userUserMetadata for the user, consisting of the User ID and display name.
idstringThe ID of the user.
display_namestringThe name of the user as shown in the Canva UI.
receiving_team_userTeamUserMetadata for the user, consisting of the User ID, Team ID, and display name.
user_idstringThe ID of the user.
team_idstringThe ID of the user's Canva Team.
display_namestringThe name of the user as shown in the Canva UI.
designDesignSummaryBasic details about the design, such as the design's ID, title, and URL.
idstringThe design ID.
urlsDesignLinksA temporary set of URLs for viewing or editing the design.
edit_urlstringA temporary editing URL for the design. This URL is only accessible to the user that made the API request, and is designed to support return navigation workflows.
This is not a permanent URL, it is only valid for 30 days.
view_urlstringA temporary viewing URL for the design. This URL is only accessible to the user that made the API request, and is designed to support return navigation workflows.
This is not a permanent URL, it is only valid for 30 days.
created_atintegerWhen the design was created in Canva, as a Unix timestamp (in seconds since the Unix Epoch).
updated_atintegerWhen the design was last updated in Canva, as a Unix timestamp (in seconds since the Unix Epoch).
titlestringThe design title.
urlstringURL of the design.
thumbnailThumbnailA thumbnail image representing the object.
widthintegerThe width of the thumbnail image in pixels.
heightintegerThe height of the thumbnail image in pixels.
urlstringA URL for retrieving the thumbnail image. This URL expires after 15 minutes. This URL includes a query string that's required for retrieving the thumbnail.
page_countintegerThe total number of pages in the design. Some design types don't have pages (for example, Canva docs).
suggestion_event_typeSuggestionEventTypeThe type of suggestion event, along with additional type-specific properties.
Event type for a new suggestion.
typestringAvailable values: The only valid value is new.
suggestion_urlstringA URL to the design, focused on the suggestion.
suggestionThreadA discussion thread on a design.
The type of the thread can be found in the thread_type object, along with additional type-specific properties.
The author of the thread might be missing if that user account no longer exists.
idstringThe ID of the thread.
You can use this ID to create replies to the thread using the Create reply API.
design_idstringThe ID of the design that the discussion thread is on.
thread_typeThreadTypeThe type of the discussion thread, along with additional type-specific properties.
A comment thread.
typestringAvailable values: The only valid value is comment.
contentCommentContentThe content of a comment thread or reply.
plaintextstringThe content in plaintext.
Any user mention tags are shown in the format [user_id:team_id].
markdownstringThe content in markdown.
Any user mention tags are shown in the format [user_id:team_id]
mentionsobjectThe Canva users mentioned in the comment thread or reply.
<KEY>object of UserMentionsInformation about the user mentioned in a comment thread or reply. Each user mention is keyed using the user's user ID and team ID separated by a colon (user_id:team_id).
{"oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP": {"tag": "oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP","user": {"user_id": "oUnPjZ2k2yuhftbWF7873o","team_id": "oBpVhLW22VrqtwKgaayRbP","display_name": "John Doe"}}}
tagstringThe mention tag for the user mentioned in the comment thread or reply content. This has the format of the user's user ID and team ID separated by a colon (user_id:team_id).
userTeamUserMetadata for the user, consisting of the User ID, Team ID, and display name.
user_idstringThe ID of the user.
team_idstringThe ID of the user's Canva Team.
display_namestringThe name of the user as shown in the Canva UI.
assigneeUserMetadata for the user, consisting of the User ID and display name.
idstringThe ID of the user.
display_namestringThe name of the user as shown in the Canva UI.
resolverUserMetadata for the user, consisting of the User ID and display name.
idstringThe ID of the user.
display_namestringThe name of the user as shown in the Canva UI.
A suggestion thread.
typestringAvailable values: The only valid value is suggestion.
suggested_editsSuggestedEdit[]The type of the suggested edit, along with additional type-specific properties.
Minimum items: 1
A suggestion to add some text.
typestringAvailable values: The only valid value is add.
textstringA suggestion to delete some text.
typestringAvailable values: The only valid value is delete.
textstringA suggestion to format some text.
typestringAvailable values: The only valid value is format.
formatstringThe suggested format change.
Available values:
- font_family
- font_size
- font_weight
- font_style
- color
- background_color
- decoration
- strikethrough
- link
- letter_spacing
- line_height
- direction
- text_align
- list_marker
- list_level
- margin_inline_start
- text_indent
- font_size_modifier
- vertical_align
statusstringThe current status of the suggestion.
Available values:
- open: A suggestion was made, but it hasn't been accepted or rejected yet.
- accepted: A suggestion was accepted and applied to the design.
- rejected: A suggestion was rejected and not applied to the design.
created_atintegerWhen the thread was created, as a Unix timestamp (in seconds since the Unix Epoch).
updated_atintegerWhen the thread was last updated, as a Unix timestamp (in seconds since the Unix Epoch).
Event type for a suggestion that has been accepted.
typestringAvailable values: The only valid value is accepted.
suggestion_urlstringA URL to the design, focused on the suggestion.
suggestionThreadA discussion thread on a design.
The type of the thread can be found in the thread_type object, along with additional type-specific properties.
The author of the thread might be missing if that user account no longer exists.
idstringThe ID of the thread.
You can use this ID to create replies to the thread using the Create reply API.
design_idstringThe ID of the design that the discussion thread is on.
thread_typeThreadTypeThe type of the discussion thread, along with additional type-specific properties.
A comment thread.
typestringAvailable values: The only valid value is comment.
contentCommentContentThe content of a comment thread or reply.
plaintextstringThe content in plaintext.
Any user mention tags are shown in the format [user_id:team_id].
markdownstringThe content in markdown.
Any user mention tags are shown in the format [user_id:team_id]
mentionsobjectThe Canva users mentioned in the comment thread or reply.
<KEY>object of UserMentionsInformation about the user mentioned in a comment thread or reply. Each user mention is keyed using the user's user ID and team ID separated by a colon (user_id:team_id).
{"oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP": {"tag": "oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP","user": {"user_id": "oUnPjZ2k2yuhftbWF7873o","team_id": "oBpVhLW22VrqtwKgaayRbP","display_name": "John Doe"}}}
tagstringThe mention tag for the user mentioned in the comment thread or reply content. This has the format of the user's user ID and team ID separated by a colon (user_id:team_id).
userTeamUserMetadata for the user, consisting of the User ID, Team ID, and display name.
user_idstringThe ID of the user.
team_idstringThe ID of the user's Canva Team.
display_namestringThe name of the user as shown in the Canva UI.
assigneeUserMetadata for the user, consisting of the User ID and display name.
idstringThe ID of the user.
display_namestringThe name of the user as shown in the Canva UI.
resolverUserMetadata for the user, consisting of the User ID and display name.
idstringThe ID of the user.
display_namestringThe name of the user as shown in the Canva UI.
A suggestion thread.
typestringAvailable values: The only valid value is suggestion.
suggested_editsSuggestedEdit[]The type of the suggested edit, along with additional type-specific properties.
Minimum items: 1
A suggestion to add some text.
typestringAvailable values: The only valid value is add.
textstringA suggestion to delete some text.
typestringAvailable values: The only valid value is delete.
textstringA suggestion to format some text.
typestringAvailable values: The only valid value is format.
formatstringThe suggested format change.
Available values:
- font_family
- font_size
- font_weight
- font_style
- color
- background_color
- decoration
- strikethrough
- link
- letter_spacing
- line_height
- direction
- text_align
- list_marker
- list_level
- margin_inline_start
- text_indent
- font_size_modifier
- vertical_align
statusstringThe current status of the suggestion.
Available values:
- open: A suggestion was made, but it hasn't been accepted or rejected yet.
- accepted: A suggestion was accepted and applied to the design.
- rejected: A suggestion was rejected and not applied to the design.
created_atintegerWhen the thread was created, as a Unix timestamp (in seconds since the Unix Epoch).
updated_atintegerWhen the thread was last updated, as a Unix timestamp (in seconds since the Unix Epoch).
Event type for a suggestion that has been rejected.
typestringAvailable values: The only valid value is rejected.
suggestion_urlstringA URL to the design, focused on the suggestion.
suggestionThreadA discussion thread on a design.
The type of the thread can be found in the thread_type object, along with additional type-specific properties.
The author of the thread might be missing if that user account no longer exists.
idstringThe ID of the thread.
You can use this ID to create replies to the thread using the Create reply API.
design_idstringThe ID of the design that the discussion thread is on.
thread_typeThreadTypeThe type of the discussion thread, along with additional type-specific properties.
A comment thread.
typestringAvailable values: The only valid value is comment.
contentCommentContentThe content of a comment thread or reply.
plaintextstringThe content in plaintext.
Any user mention tags are shown in the format [user_id:team_id].
markdownstringThe content in markdown.
Any user mention tags are shown in the format [user_id:team_id]
mentionsobjectThe Canva users mentioned in the comment thread or reply.
<KEY>object of UserMentionsInformation about the user mentioned in a comment thread or reply. Each user mention is keyed using the user's user ID and team ID separated by a colon (user_id:team_id).
{"oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP": {"tag": "oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP","user": {"user_id": "oUnPjZ2k2yuhftbWF7873o","team_id": "oBpVhLW22VrqtwKgaayRbP","display_name": "John Doe"}}}
tagstringThe mention tag for the user mentioned in the comment thread or reply content. This has the format of the user's user ID and team ID separated by a colon (user_id:team_id).
userTeamUserMetadata for the user, consisting of the User ID, Team ID, and display name.
user_idstringThe ID of the user.
team_idstringThe ID of the user's Canva Team.
display_namestringThe name of the user as shown in the Canva UI.
assigneeUserMetadata for the user, consisting of the User ID and display name.
idstringThe ID of the user.
display_namestringThe name of the user as shown in the Canva UI.
resolverUserMetadata for the user, consisting of the User ID and display name.
idstringThe ID of the user.
display_namestringThe name of the user as shown in the Canva UI.
A suggestion thread.
typestringAvailable values: The only valid value is suggestion.
suggested_editsSuggestedEdit[]The type of the suggested edit, along with additional type-specific properties.
Minimum items: 1
A suggestion to add some text.
typestringAvailable values: The only valid value is add.
textstringA suggestion to delete some text.
typestringAvailable values: The only valid value is delete.
textstringA suggestion to format some text.
typestringAvailable values: The only valid value is format.
formatstringThe suggested format change.
Available values:
- font_family
- font_size
- font_weight
- font_style
- color
- background_color
- decoration
- strikethrough
- link
- letter_spacing
- line_height
- direction
- text_align
- list_marker
- list_level
- margin_inline_start
- text_indent
- font_size_modifier
- vertical_align
statusstringThe current status of the suggestion.
Available values:
- open: A suggestion was made, but it hasn't been accepted or rejected yet.
- accepted: A suggestion was accepted and applied to the design.
- rejected: A suggestion was rejected and not applied to the design.
created_atintegerWhen the thread was created, as a Unix timestamp (in seconds since the Unix Epoch).
updated_atintegerWhen the thread was last updated, as a Unix timestamp (in seconds since the Unix Epoch).
Event type for a reply to a suggestion.
typestringAvailable values: The only valid value is reply.
reply_urlstringA URL to the design, focused on the suggestion reply.
replyReplyA reply to a thread.
The author of the reply might be missing if that user account no longer exists.
idstringThe ID of the reply.
design_idstringThe ID of the design that the thread for this reply is attached to.
thread_idstringThe ID of the thread this reply is in.
contentCommentContentThe content of a comment thread or reply.
plaintextstringThe content in plaintext.
Any user mention tags are shown in the format [user_id:team_id].
markdownstringThe content in markdown.
Any user mention tags are shown in the format [user_id:team_id]
mentionsobjectThe Canva users mentioned in the comment thread or reply.
<KEY>object of UserMentionsInformation about the user mentioned in a comment thread or reply. Each user mention is keyed using the user's user ID and team ID separated by a colon (user_id:team_id).
{"oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP": {"tag": "oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP","user": {"user_id": "oUnPjZ2k2yuhftbWF7873o","team_id": "oBpVhLW22VrqtwKgaayRbP","display_name": "John Doe"}}}
tagstringThe mention tag for the user mentioned in the comment thread or reply content. This has the format of the user's user ID and team ID separated by a colon (user_id:team_id).
userTeamUserMetadata for the user, consisting of the User ID, Team ID, and display name.
user_idstringThe ID of the user.
team_idstringThe ID of the user's Canva Team.
display_namestringThe name of the user as shown in the Canva UI.
created_atintegerWhen the reply was created, as a Unix timestamp (in seconds since the Unix Epoch).
updated_atintegerWhen the reply was last updated, as a Unix timestamp (in seconds since the Unix Epoch).
Event type for a mention in a reply to a suggestion.
typestringAvailable values: The only valid value is mention.
reply_urlstringA URL to the design, focused on the suggestion reply.
replyReplyA reply to a thread.
The author of the reply might be missing if that user account no longer exists.
idstringThe ID of the reply.
design_idstringThe ID of the design that the thread for this reply is attached to.
thread_idstringThe ID of the thread this reply is in.
contentCommentContentThe content of a comment thread or reply.
plaintextstringThe content in plaintext.
Any user mention tags are shown in the format [user_id:team_id].
markdownstringThe content in markdown.
Any user mention tags are shown in the format [user_id:team_id]
mentionsobjectThe Canva users mentioned in the comment thread or reply.
<KEY>object of UserMentionsInformation about the user mentioned in a comment thread or reply. Each user mention is keyed using the user's user ID and team ID separated by a colon (user_id:team_id).
{"oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP": {"tag": "oUnPjZ2k2yuhftbWF7873o:oBpVhLW22VrqtwKgaayRbP","user": {"user_id": "oUnPjZ2k2yuhftbWF7873o","team_id": "oBpVhLW22VrqtwKgaayRbP","display_name": "John Doe"}}}
tagstringThe mention tag for the user mentioned in the comment thread or reply content. This has the format of the user's user ID and team ID separated by a colon (user_id:team_id).
userTeamUserMetadata for the user, consisting of the User ID, Team ID, and display name.
user_idstringThe ID of the user.
team_idstringThe ID of the user's Canva Team.
display_namestringThe name of the user as shown in the Canva UI.
created_atintegerWhen the reply was created, as a Unix timestamp (in seconds since the Unix Epoch).
updated_atintegerWhen the reply was last updated, as a Unix timestamp (in seconds since the Unix Epoch).