Stefan4472 / Stefans-Blog

Personal blogging platform built in Python
MIT License
0 stars 0 forks source link

Explicitly mark email campaigns as "sent" #95

Open Stefan4472 opened 1 year ago

Stefan4472 commented 1 year ago

Seems like send_email_campaign_now doesn't actually mark the campaign as "sent", so I'm unable to see statistics.

Use the updatecampaignstatus to mark the campaign as sent after sending it. https://developers.sendinblue.com/reference/updatecampaignstatus

Stefan4472 commented 1 year ago

Actually, when I checked the most recent time, the most recent campaign was correctly marked as sent. I'll need to keep an eye on this for now.