Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SentContent

A user sends an artwork/show/album from Folio via email

This schema describes events sent to Segment from SentContent

example
 {
   action: "SentContent",
   context_screen_owner_type: "artwork",
   context_screen_owner_id: "id"
   context_screen_owner_slug: "slug"
   artwork_id: ["id"]
   album_id: "id"
 }

Hierarchy

  • SentContent

Index

Properties

action

action: sentContent

album_id

album_id: string

artwork_id

artwork_id: string[]

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

Generated using TypeDoc