Sending a screenshot of app via email

  • Goal: We are trying to send a weekly email with a screenshot of the top portion of our app

  • Steps: We have explored potentially recreating the table and charts via code. We would prefer it matches the application exactly

Does anyone have a recommendation on how to automate sending a screenshot of the application via email?

@mullinsjo,
I just want to clarify. You need a screenshot of your application as it appears every single week? Have you considered using a screenshot api? I just tested https://screenshotone.com/, which seemed to work fine for me. So make a call to their api to take a screenshot of your url in a workflow and have it send a weekly email with the results from the api call.

Will this work for you?

@mullinsjo,
Just checking in to see if you have everything you need.