Record

info-response

No description available.

record info-response {
  id: option​<string>,
  clicks: option​<s32>,
  clicks-detail: option​<list​<info-response-clicks-detail-item>>,
  email: option​<string>,
  metadata: option​<info-response-metadata>,
  opens: option​<s32>,
  opens-detail: option​<list​<info-response-opens-detail-item>>,
  sender: option​<string>,
  smtp-events: option​<list​<info-response-smtp-events-item>>,
  state: option​<string>,
  subject: option​<string>,
  tags: option​<list​<string>>,
  template: option​<string>,
  ts: option​<s32>,
}

Fields

NameTypeDescription
idoption​<string>
clicksoption​<s32>
clicks-detailoption​<list​<info-response-clicks-detail-item>>
emailoption​<string>
metadataoption​<info-response-metadata>
opensoption​<s32>
opens-detailoption​<list​<info-response-opens-detail-item>>
senderoption​<string>
smtp-eventsoption​<list​<info-response-smtp-events-item>>
stateoption​<string>
subjectoption​<string>
tagsoption​<list​<string>>
templateoption​<string>
tsoption​<s32>