Brands
Create a Brand Kit
An actor
triggers this event when they create a new Brand Kit.
For details, see Canva Help: Setting up Brand Kits(opens in a new tab or window).
type
string
Default value: CREATE_BRAND_KIT
Available values: The only valid value is CREATE_BRAND_KIT
.
name
string
The name of the Brand Kit.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "CREATE_BRAND_KIT","name": "Acme Corp Brand Kit"},"outcome": ...,"context": ...}
Update a Brand Kit's details
An actor
triggers this event when they update a Brand Kit.
For details, see Canva Help: Setting up Brand Kits(opens in a new tab or window).
type
string
Default value: UPDATE_BRAND_KIT
Available values: The only valid value is UPDATE_BRAND_KIT
.
changed_fields
string[]
The fields the actor
requested changes for in this update.
Available values:
NAME
: The name of the Brand Kit.SHARES
: The shares of the Brand Kit.FONTS
: The fonts of the Brand Kit.FOLDER_LINKS
: The links to the Brand Kit folders.INGREDIENT
: The ingredient of the Brand Kit.
old_name
string
The previous name of the Brand Kit.
new_name
string
The new name of the Brand Kit.
old_fonts
BrandKitFont[]
The fonts of the Brand Kit.
Properties of old_fonts
id
string
The ID of the font family.
font_family
string
The name of the font family.
font_style
string
The style of the font.
new_fonts
BrandKitFont[]
The fonts of the Brand Kit.
Properties of new_fonts
id
string
The ID of the font family.
font_family
string
The name of the font family.
font_style
string
The style of the font.
old_folder_links
BrandKitFolderLink[]
The previous folder links to the Brand Kit.
Properties of old_folder_links
folder
AuditLogFolder
A Canva folder.
Properties of folder
id
string
The folder ID.
name
string
The name of the folder.
type
string
The type of the brand assets in the folder.
Available values:
CHARTS
: A folder with Charts.GRAPHICS
: A folder with Graphics.ICONS
: A folder with Icons.LOGOS
: A folder with Logos.PHOTOS
: A folder with Photos.
new_folder_links
BrandKitFolderLink[]
The new folder links to the Brand Kit.
Properties of new_folder_links
folder
AuditLogFolder
A Canva folder.
Properties of folder
id
string
The folder ID.
name
string
The name of the folder.
type
string
The type of the brand assets in the folder.
Available values:
CHARTS
: A folder with Charts.GRAPHICS
: A folder with Graphics.ICONS
: A folder with Icons.LOGOS
: A folder with Logos.PHOTOS
: A folder with Photos.
old_ingredient
BrandKitIngredient
An ingredient of the Brand Kit.
Properties of old_ingredient
name
string
A name of the ingredient.
id
string
ID of the ingredient.
guidelines
string
User-provided guidelines to help members of the team understand how, where, and when to use the ingredient.
color_palettes
BrandKitColorPalette[]
The color palettes of the Brand Kit.
Properties of color_palettes
name
string
The name of the color palette.
colors
BrandKitColor[]
The colors in the palette.
Properties of colors
name
string
The name of the color.
hex
string
The hex value of the color.
cmyk
string
The CMYK value of the color.
gradient
BrandKitGradient
A color gradient in the Brand Kit.
Properties of gradient
type
string
This can be one of the following:
LINEAR
: A linear gradient in the Brand Kit.RADIAL
: A radial gradient in the Brand Kit.
stops
BrandKitGradientStop[]
The color stops in the gradient.
Properties of stops
color
string
The color of the stop.
transparency
number
The transparency of the stop.
position
number
The position of the stop as a percentage along the gradient line.
rotation
number
The rotation of the gradient in degrees.
center
object
The center of the radial gradient. If the top
and left
are both zero, the center
is in the top-left of the gradient.
Properties of center
top
number
The top position of the center, as a percentage down from the top of the gradient.
left
number
The left position of the center, as a percentage from the left of the gradient.
text_styles
BrandKitTextStylesGroup[]
The text styles of the Brand Kit.
Properties of text_styles
name
string
The name of the text style group.
text_styles
BrandKitTextStyle[]
The formatting set for the text style.
Properties of text_styles
font
BrandKitFont
A font in the Brand Kit.
Properties of font
id
string
The ID of the font family.
font_family
string
The name of the font family.
font_style
string
The style of the font.
size
integer
The size of the text style in pixels.
name
string
The name of the text style.
custom_name
string
The user-defined text style name.
voice
string
The voice of the brand.
assets
BrandKitAsset[]
The assets in the ingredient.
Properties of assets
id
string
An ID of the asset.
name
string
A name of the asset.
file_name
string
A name of the asset file.
new_ingredient
BrandKitIngredient
An ingredient of the Brand Kit.
Properties of new_ingredient
name
string
A name of the ingredient.
id
string
ID of the ingredient.
guidelines
string
User-provided guidelines to help members of the team understand how, where, and when to use the ingredient.
color_palettes
BrandKitColorPalette[]
The color palettes of the Brand Kit.
Properties of color_palettes
name
string
The name of the color palette.
colors
BrandKitColor[]
The colors in the palette.
Properties of colors
name
string
The name of the color.
hex
string
The hex value of the color.
cmyk
string
The CMYK value of the color.
gradient
BrandKitGradient
A color gradient in the Brand Kit.
Properties of gradient
type
string
This can be one of the following:
LINEAR
: A linear gradient in the Brand Kit.RADIAL
: A radial gradient in the Brand Kit.
stops
BrandKitGradientStop[]
The color stops in the gradient.
Properties of stops
color
string
The color of the stop.
transparency
number
The transparency of the stop.
position
number
The position of the stop as a percentage along the gradient line.
rotation
number
The rotation of the gradient in degrees.
center
object
The center of the radial gradient. If the top
and left
are both zero, the center
is in the top-left of the gradient.
Properties of center
top
number
The top position of the center, as a percentage down from the top of the gradient.
left
number
The left position of the center, as a percentage from the left of the gradient.
text_styles
BrandKitTextStylesGroup[]
The text styles of the Brand Kit.
Properties of text_styles
name
string
The name of the text style group.
text_styles
BrandKitTextStyle[]
The formatting set for the text style.
Properties of text_styles
font
BrandKitFont
A font in the Brand Kit.
Properties of font
id
string
The ID of the font family.
font_family
string
The name of the font family.
font_style
string
The style of the font.
size
integer
The size of the text style in pixels.
name
string
The name of the text style.
custom_name
string
The user-defined text style name.
voice
string
The voice of the brand.
assets
BrandKitAsset[]
The assets in the ingredient.
Properties of assets
id
string
An ID of the asset.
name
string
A name of the asset.
file_name
string
A name of the asset file.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "UPDATE_BRAND_KIT","changed_fields": ["NAME","SHARES","FONTS","FOLDER_LINKS","INGREDIENT"],"old_name": "Marketing Brand Kit","new_name": "Growth Brand Kit","old_shares": [{"type": "TEAM","team": {"id": "BXeFatjDhdR","display_name": "Acme Team"}},{"type": "FOLDER","folder": {"id": "FXeFatjDhdR","name": "Marketing Folder"}},{"type": "ORGANIZATION","organization": {"id": "OXtgecafZvh","display_name": "Acme Corporation"}}],"new_shares": [{"type": "TEAM","team": {"id": "BXeFatjDhdR","display_name": "Acme Team"}},{"type": "FOLDER","folder": {"id": "FXeFatjDhdR","name": "Marketing Folder"}},{"type": "ORGANIZATION","organization": {"id": "OXtgecafZvh","display_name": "Acme Corporation"}}],"old_fonts": ["Roboto Thin","Mona Sans"],"new_fonts": ["Roboto Thin","Mona Sans"],"old_folder_links": [{"folder": {"id": "FXeFatjDhdR","name": "Marketing Folder"},"type": "CHARTS"}],"new_folder_links": [{"folder": {"id": "FXeFatjDhdR","name": "Marketing Folder"},"type": "CHARTS"}],"old_ingredient": {"name": "Colors","id": "IG-123456789000","guidelines": "Use these colors for all marketing materials.","color_palettes": [{"name": "Main brand colors","colors": [{"name": "Primary","hex": "#FF0000","cmyk": "cmyk(0, 100, 100, 0)","gradient": {"type": "LINEAR","stops": [{"color": "#FF0000","transparency": 0.5,"position": 50}],"rotation": 90}}]}],"text_styles": [{"name": "Title","text_styles": [{"name": "Title","font": {"id": "YXeFatjDhdR","font_family": "Roboto","font_style": "Bold"},"custom_name": "Main Title","size": 12}]}],"voice": "Our voice is professional and formal.","assets": [{"id": "M1234567890","name": "Our primary logo","file_name": "main-logo.png"}]},"new_ingredient": {"name": "Colors","id": "IG-123456789000","guidelines": "Use these colors for all marketing materials.","color_palettes": [{"name": "Main brand colors","colors": [{"name": "Primary","hex": "#FF0000","cmyk": "cmyk(0, 100, 100, 0)","gradient": {"type": "LINEAR","stops": [{"color": "#FF0000","transparency": 0.5,"position": 50}],"rotation": 90}}]}],"text_styles": [{"name": "Title","text_styles": [{"name": "Title","font": {"id": "YXeFatjDhdR","font_family": "Roboto","font_style": "Bold"},"custom_name": "Main Title","size": 12}]}],"voice": "Our voice is professional and formal.","assets": [{"id": "M1234567890","name": "Our primary logo","file_name": "main-logo.png"}]}},"outcome": ...,"context": ...}
Delete a Brand Kit
An actor
triggers this event when they delete a Brand Kit.
For details, see Canva Help: Setting up Brand Kits(opens in a new tab or window).
type
string
Default value: DELETE_BRAND_KIT
Available values: The only valid value is DELETE_BRAND_KIT
.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "DELETE_BRAND_KIT"},"outcome": ...,"context": ...}
Send a brand template share notification
An actor
triggers this event when they share a brand template.
Canva will attempt to send an email and an in-app notification to the user the brand template is shared with (recipient
).
type
string
Default value: SEND_BRAND_TEMPLATE_SHARE_NOTIFICATION
Available values: The only valid value is SEND_BRAND_TEMPLATE_SHARE_NOTIFICATION
.
recipient
ShareNotificationRecipient
The recipient of the share notification.
The recipient can be a user, a group, an organization, or an email address.
Properties of recipient
type
string
This can be one of the following:
USER_RECIPIENT
GROUP_RECIPIENT
ORGANIZATION_RECIPIENT
EMAIL_RECIPIENT
user
AuditLogUser
A Canva user.
Properties of user
id
string
The user ID.
display_name
string
The display name of the user.
For privacy reasons, this field is redacted for users outside of your organization. Rarely, it may also be unavailable for technical reasons.
email
string
The email address of the user.
For privacy reasons, this field is redacted for users outside of your organization. Rarely, it may also be unavailable for technical reasons.
group
AuditLogGroup
A Canva group.
Properties of group
id
string
The group ID.
display_name
string
The display name of the group.
organization
AuditLogOrganization
A Canva organization.
Properties of organization
id
string
The organization ID.
display_name
string
The display name of the organization.
For privacy reasons, this field is redacted for organizations other than your organization. Rarely, it may be unavailable for technical reasons.
email
string
The email address the design invite was sent to.
message
string
An optional message from the actor
to the recipient
.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "SEND_BRAND_TEMPLATE_SHARE_NOTIFICATION","message": "Check out my brand template!","recipient": {"type": "USER_RECIPIENT","user": {"id": "UXoqDbwwSbQ","display_name": "Jane Doe",}}},"outcome": ...,"context": ...}