content
object
The notification content for when someone requests access to a folder.
Properties of content
type
string
The value for this can only be folder_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.
folder
FolderSummary
This object contains some folder metadata. You can retrieve additional metadata
using the folder ID and the /v1/folders/{folderId}
endpoint.
Properties of folder
id
string
The folder ID.
name
string
The folder name, as shown in the Canva UI.
created_at
integer
When the folder was created, as a Unix timestamp (in seconds since the Unix Epoch).
updated_at
integer
When the folder was last updated, as a Unix timestamp (in seconds since the Unix Epoch).
url
string
The folder URL.
title
string
The folder name, as shown in the Canva UI. This property is deprecated, so you should
use the name
property instead.