Record

singlesend-response

No description available.

record singlesend-response {
  categories: option​<list​<string>>,
  email-config: option​<singlesend-response-email-config>,
  name: string,
  send-at: option​<string>,
  send-to: option​<singlesend-response-send-to>,
  created-at: string,
  id: string,
  status: singlesend-response-short-status-enum,
  updated-at: option​<string>,
  warnings: option​<list​<singlesend-response-warnings-item>>,
}

Fields

NameTypeDescription
categoriesoption​<list​<string>>
email-configoption​<singlesend-response-email-config>
namestring
send-atoption​<string>
send-tooption​<singlesend-response-send-to>
created-atstring
idstring
statussinglesend-response-short-status-enum
updated-atoption​<string>
warningsoption​<list​<singlesend-response-warnings-item>>