A partner creates a material (Tearsheet or Checklist PDF) from the Materials editor.
content is a generic catch-all holding the artwork detail fields included in the
generated material (e.g. only the fields whose checkboxes are selected). It is kept
generic on purpose — parsed ad-hoc downstream rather than maintained as a rigid set
of top-level fields — so the same event can serve Materials, Mailchimp, Instagram, etc.
A partner creates a material (Tearsheet or Checklist PDF) from the Materials editor.
contentis a generic catch-all holding the artwork detail fields included in the generated material (e.g. only the fields whose checkboxes are selected). It is kept generic on purpose — parsed ad-hoc downstream rather than maintained as a rigid set of top-level fields — so the same event can serve Materials, Mailchimp, Instagram, etc.This schema describes events sent to Segment from OsCreatedStudioContent
{ action: "createdStudioContent", context_module: "materialsEditor", context_page_owner_type: "studioMaterials", value: "tearsheet", brand_kit: true, content: { artworkTitle: "Xpto", artistNames: ["Jane Doe", "John Doe"], date: "2025" } }