Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

getStatus

Queries the status of a mailing in Optimizely Campaign.

Type: String

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing

Return values

Status of the mailing:

  • NEW
  • SENDING
  • DONE
  • CANCELLED

Code structure

String getStatus(String sessionId, long mailingId)