Webhook for newsletter sending (for integrations)

Hello,

Please provide webhooks for newsletter handling. In my case, I want to send newsletters from ghost to a different provider.

From my part, I’d just have a simple script listening to an http request from ghost with all the information about the newsletter being sent and forward that request to the newsletter provider so the mass mailing is done.

The web hook would contain identification of the users, their e-mails (for what ghost knows), all the placeholders (what text to locate and what the placeholder is for each user), all the texts or template identifiers, all tags (if related to a post). Even if the target mass mailer doesn’t support templates, the template can always be stored locally and do the markings and replacements in the integration tool itself.

Thank you for the attention

(This is an alternative to a plugin which ghost doesn’t do)