contentobjectThe notification content for when someone shares a folder.
typestringAvailable values: The only valid value is share_folder.
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.
folderFolderSummaryThis object contains some folder metadata. You can retrieve additional metadata
using the folder ID and the /v1/folders/{folderId} endpoint.
idstringThe folder ID.
namestringThe folder name, as shown in the Canva UI.
created_atintegerWhen the folder was created, as a Unix timestamp (in seconds since the Unix Epoch).
updated_atintegerWhen the folder was last updated, as a Unix timestamp (in seconds since the Unix Epoch).
urlstringThe folder URL.
titlestringThe folder name, as shown in the Canva UI. This property is deprecated, so you should
use the name property instead.