Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 682 Bytes

File metadata and controls

28 lines (14 loc) · 682 Bytes

SibApiV3Sdk.RequestSmsRecipientExport

Properties

Name Type Description Notes
notifyURL String URL that will be called once the export process is finished [optional]
recipientsType String Filter the recipients based on how they interacted with the campaign [default to 'all']

Enum: RecipientsTypeEnum

  • all (value: "all")

  • delivered (value: "delivered")

  • answered (value: "answered")

  • softBounces (value: "softBounces")

  • hardBounces (value: "hardBounces")

  • unsubscribed (value: "unsubscribed")