content
object
The notification content for when someone requests access to a design.
Properties of content
type
string
The value for this can only be design_access_requested
.
triggering_user
TeamUser
Metadata for the user, consisting of the User ID, Team ID, and display name.
Properties of triggering_user
user_id
string
The ID of the user.
team_id
string
The ID of the user's Canva Team.
display_name
string
The name of the user as shown in the Canva UI.
receiving_team_user
TeamUser
Metadata for the user, consisting of the User ID, Team ID, and display name.
Properties of receiving_team_user
user_id
string
The ID of the user.
team_id
string
The ID of the user's Canva Team.
display_name
string
The name of the user as shown in the Canva UI.
design
DesignSummary
Basic details about the design, such as the design's ID, title, and URL.
Properties of design
id
string
The design ID.
urls
DesignLinks
A temporary set of URLs for viewing or editing the design.
Properties of urls
edit_url
string
A temporary editing URL for the design.
This is not a permanent URL, it is only valid for 30 days.
view_url
string
A temporary viewing URL for the design.
This is not a permanent URL, it is only valid for 30 days.
created_at
integer
When the design was created in Canva, as a Unix timestamp (in seconds since the Unix Epoch).
updated_at
integer
When the design was last updated in Canva, as a Unix timestamp (in seconds since the Unix Epoch).
title
string
The design title.
url
string
URL of the design.
thumbnail
Thumbnail
A thumbnail image representing the object.
Properties of thumbnail
width
integer
The width of the thumbnail image in pixels.
height
integer
The height of the thumbnail image in pixels.
url
string
A 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_count
integer
The total number of pages in the design. Some design types don't have pages (for example, Canva docs).
grant_access_url
string
A URL, which is scoped only to the user that can grant the requested access to the design, that approves the requested access.