content
object
The notification content for when someone is invited to a Canva team(opens in a new tab or window).
Properties of content
type
string
Available values: The only valid value is team_invite
.
triggering_user
User
Metadata for the user, consisting of the User ID and display name.
Properties of triggering_user
id
string
The ID of the user.
display_name
string
The name of the user as shown in the Canva UI.
receiving_user
User
Metadata for the user, consisting of the User ID and display name.
Properties of receiving_user
id
string
The ID of the user.
display_name
string
The name of the user as shown in the Canva UI.
inviting_team
Team
Metadata for the Canva Team, consisting of the Team ID, display name, and whether it's an external Canva Team.
Properties of inviting_team
id
string
The ID of the Canva Team.
display_name
string
The name of the Canva Team as shown in the Canva UI.
external
boolean
Is the user making the API call (the authenticated user) from the Canva Team shown?
- When
true
, the user isn't in the Canva Team shown. - When
false
, the user is in the Canva Team shown.