sendinblue / APIv3-python-library

SendinBlue's python library for API v3
MIT License
82 stars 40 forks source link

Preview Text in Email Campaign #66

Closed yaldashbz closed 3 years ago

yaldashbz commented 3 years ago

how can I send "preview text" on creating an email campaign?

ruudy-sib commented 3 years ago

Hi @yaldashbz Could you please explain what do you mean by "preview text" in context of API.

We provide textContent and htmlContent as mentioned here in our reference.

Thanks

Innsai commented 1 year ago

In the API Reference (https://api.brevo.com/v3/emailCampaigns) when creating the Email Campaign you can send in the body of the request a property called previewText (Preview text or preheader of the email campaign). There is no such property in the definition of CreateEmailCampaign.