Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 771 Bytes

EmailExportRecipients.md

File metadata and controls

32 lines (16 loc) · 771 Bytes

SibApiV3Sdk.EmailExportRecipients

Properties

Name Type Description Notes
notifyURL String Webhook called once the export process is finished. For reference, https://help.sendinblue.com/hc/en-us/articles/360007666479 [optional]
recipientsType String Type of recipients to export for a campaign

Enum: RecipientsTypeEnum

  • all (value: "all")

  • nonClickers (value: "nonClickers")

  • nonOpeners (value: "nonOpeners")

  • clickers (value: "clickers")

  • openers (value: "openers")

  • softBounces (value: "softBounces")

  • hardBounces (value: "hardBounces")

  • unsubscribed (value: "unsubscribed")