content
object
The notification content for when someone approves a design or gives feedback.
type
string
Available values: The only valid value is design_approval_response
.
triggering_user
User
Metadata for the user, consisting of the User ID and display name.
id
string
The ID of the user.
display_name
string
OptionalThe 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.
user_id
string
OptionalThe ID of the user.
team_id
string
OptionalThe ID of the user's Canva Team.
display_name
string
OptionalThe name of the user as shown in the Canva UI.
initial_requesting_user
TeamUser
Metadata for the user, consisting of the User ID, Team ID, and display name.
user_id
string
OptionalThe ID of the user.
team_id
string
OptionalThe ID of the user's Canva Team.
display_name
string
OptionalThe name of the user as shown in the Canva UI.
responding_groups
Group[]
Metadata for the Canva Group, consisting of the Group ID, display name, and whether it's an external Canva Group.
id
string
The ID of the group with permissions to access the design.
external
boolean
Is 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_name
string
OptionalThe display name of the group.
design
DesignSummary
Basic details about the design, such as the design's ID, title, and URL.
id
string
The design ID.
urls
DesignLinks
A temporary set of URLs for viewing or editing the design.
edit_url
string
A 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_url
string
A 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_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
OptionalThe design title.
url
string
OptionalURL of the design.
thumbnail
Thumbnail
OptionalA thumbnail image representing the object.
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
OptionalThe total number of pages in the design. Some design types don't have pages (for example, Canva docs).
approval_response
ApprovalResponseAction
Metadata about the design approval response.
approved
boolean
Whether the design was approved. When true
, the reviewer has approved
the design.
ready_to_publish
boolean
OptionalWhether the design is ready to publish. When true
, the design has been approved
by all reviewers and can be published.
message
string
OptionalThe message included by a user responding to a design approval request.