Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DevOps]Automate newsletter: sending information from a github to a newsletter #109

Open
2 tasks
discombobulateme opened this issue Mar 7, 2023 · 3 comments
Assignees
Labels
content All related to the project content
Milestone

Comments

@discombobulateme
Copy link
Contributor

discombobulateme commented Mar 7, 2023

Our current service Drip do not allow us to dynamically get content from a GitHub repos and send it into a newsletter workflow.
Without this feature, it is not possible to automate the newsletter, and specially, to have new contributions added to the newsletter process.

  • Find a vendor that allows this feature
  • If not, plan how could we build this automation process
@discombobulateme discombobulateme self-assigned this Mar 7, 2023
@discombobulateme discombobulateme modified the milestones: Week 10, Week 8, Week 11 Mar 7, 2023
@discombobulateme discombobulateme added the content All related to the project content label Mar 7, 2023
@discombobulateme discombobulateme modified the milestones: Week 11, Week 16 Apr 17, 2023
@discombobulateme
Copy link
Contributor Author

@DylanLacey proposed the following service:

If we use something like Postmarkwe might be able to get Docusaurus to render HTML emails
Which we can then send with the API

I need to set it up and try it out

@discombobulateme discombobulateme changed the title Automate newsletter: sending information from a github to a newsletter [Ops]Automate newsletter: sending information from a github to a newsletter Apr 21, 2023
@discombobulateme discombobulateme changed the title [Ops]Automate newsletter: sending information from a github to a newsletter [DevOps]Automate newsletter: sending information from a github to a newsletter Apr 21, 2023
@discombobulateme
Copy link
Contributor Author

Possible steps to solve this mysterious issue 👀

  1. Decide on the automation framework, to automate the creation of an email in Drip
  • Create a test email series in Drip
  • Manually gather all the single steps that need to be automated
  • Choose an automation tool to create an email series
  • Send the email
  1. Add a styled HTML in the automated Drip email
  2. Trigger the automated script when a new content is added to the GH Repo

@discombobulateme
Copy link
Contributor Author

Steps to create a new email

  1. Go to https://www.drip.com/
  2. Click on Signin (on navbar)
  3. Use credentials (email & password) to sign in
  4. Click on Campaigns
  5. Click on Email Series
  6. Click in the language series it wants to add an email:
  1. Clin on Emails tab
  2. Click on Add Email
  3. Click on Text/HTML builder
  4. Add Email Subject
  5. Click on Source
  6. Add HTML
  7. Click on Save (or Save and Publish)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content All related to the project content
Projects
None yet
Development

No branches or pull requests

3 participants