Skip to content

Push Request Objects

AJ Tatum edited this page Nov 7, 2019 · 1 revision

PushNoteRequest

  • device_iden string
  • email string
  • type string
  • title string
  • body string

PushLinkRequest

  • device_iden string
  • email string
  • type string
  • title string
  • url string
  • body string

PushFileRequest

  • device_iden string
  • email string
  • type string
  • file_name string
  • file_type string
  • file_stream Stream
  • file_url string
  • body string
Clone this wiki locally