Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 731 Bytes

RequestSmsRecipientExport.md

File metadata and controls

28 lines (14 loc) · 731 Bytes

SibApiV3Sdk.RequestSmsRecipientExport

Properties

Name Type Description Notes
notifyURL String URL that will be called once the export process is finished. For reference, https://help.sendinblue.com/hc/en-us/articles/360007666479 [optional]
recipientsType String Filter the recipients based on how they interacted with the campaign

Enum: RecipientsTypeEnum

  • all (value: "all")

  • delivered (value: "delivered")

  • answered (value: "answered")

  • softBounces (value: "softBounces")

  • hardBounces (value: "hardBounces")

  • unsubscribed (value: "unsubscribed")