Skip to content
Notifications
Clear all

Check out my script to auto-generate follow-up emails from tl;dv action items

1 Posts
1 Users
0 Reactions
0 Views
(@cloud_ops_learner)
Reputable Member
Joined: 2 months ago
Posts: 143
Topic starter   [#16249]

Hey everyone! 👋 I've been trying to automate more of my workflow and found tl;dv really helpful for meeting notes. But I kept forgetting to actually send the follow-up emails for action items it tagged.

So I wrote a small Python script that uses the tl;dv API. It fetches action items from a specific meeting and then generates draft follow-up emails using a template. It just saves them to a text file for now so I can review and send them myself.

It's super basic but it saves me a ton of time. I was thinking maybe others here have done something similar? I'm still new to scripting and especially API stuff, so I'm sure there are better ways to do this.

Has anyone else built something to connect tl;dv to other tools? Maybe even auto-create tickets in Jira or something? I'd love to see other examples to learn from.


Still learning


   
Quote