contentobjectThe notification content for when someone requests a user to approve a design(opens in a new tab or window).
typestringAvailable values: The only valid value is design_approval_requested.
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.
initial_requesting_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.
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.
requested_groupsGroup[]Metadata for the Canva Group, consisting of the Group ID, display name, and whether it's an external Canva Group.
idstringThe ID of the group with permissions to access the design.
externalbooleanIs the user making the API call (the authenticated user) and the Canva Group from different Canva Teams?
- When
true, the user and the group aren't in the same Canva Team. - When
false, the user and the group are in the same Canva Team.
display_namestringThe display name of the group.
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).
approve_urlstringA URL, which is scoped only to the user requested to review the design, that links to the design with the approval UI opened.
approval_requestApprovalRequestActionMetadata about the design approval request.
messagestringThe message included by the user when requesting a design approval.