contentobjectThe notification content for when someone is invited to a Canva team(opens in a new tab or window).
typestringAvailable values: The only valid value is team_invite.
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_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.
inviting_teamTeamMetadata for the Canva Team, consisting of the Team ID, display name, and whether it's an external Canva Team.
idstringThe ID of the Canva Team.
display_namestringThe name of the Canva Team as shown in the Canva UI.
externalbooleanIs 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.