SendLang: A DSL for Email Automation
sendlang.com
SendLang: A DSL for Email Automation
1–10 of 12 posts
Re: SendLang: A DSL for Email Automation
#2Turning some email sending library, already included in many modern languages, into 2(TWO!) new languages.
Re: SendLang: A DSL for Email Automation
#3Re: SendLang: A DSL for Email Automation
#4Is this peak AI? Turning some email sending library, already included in many modern languages, into 2(TWO!) new languages.
Re: SendLang: A DSL for Email Automation
#5Get me the inverse, I am so done with cold outreach spamming my inbox. We need less garbage automated low effort crap.
Re: SendLang: A DSL for Email Automation
#6Is this peak AI? Turning some email sending library, already included in many modern languages, into 2(TWO!) new languages.
I don't think this is about that. A lot drip campaign and segmentation tools are based on WYSIWYG editors or UI based flow editors, which puts them out of reach of agents. This turns those into agent friendly workflows. The app will send the email however it sends it before: via SES or whatever via your own code.
What is the difference between asking an agent to write these new two DSL's and asking an agent to create or customize a django template, or whatever?
I know the job market is tough, but devs are not working on the user side of WYSIWYG email editors. They were creating templates before, and they are doing it now, why would they use this?
Re: SendLang: A DSL for Email Automation
#7Is this peak AI? Turning some email sending library, already included in many modern languages, into 2(TWO!) new languages.
Re: SendLang: A DSL for Email Automation
#8Earlier quoted context omitted.
I don't think this is about that. A lot drip campaign and segmentation tools are based on WYSIWYG editors or UI based flow editors, which puts them out of reach of agents. This turns those into agent friendly workflows. The app will send the email however it sends it before: via SES or whatever via your own code.
Maybe I'm really dense, but this is just instructions for agents on how to write code, whatever that code looks like. What is the difference between asking an agent to write these new two DSL's and asking an agent to create or customize a django template, or whatever? I know the job market is tough, but devs are not working on the user side of WYSIWYG email editors. They were creating templates before, and they are d…
You can do the "what" part (template) via WYSIWYG or django template or ReactEmail,... Sendlang is the equivalent of your django code but for the lifecycle part.
Re: SendLang: A DSL for Email Automation
#9Earlier quoted context omitted.
Maybe I'm really dense, but this is just instructions for agents on how to write code, whatever that code looks like. What is the difference between asking an agent to write these new two DSL's and asking an agent to create or customize a django template, or whatever? I know the job market is tough, but devs are not working on the user side of WYSIWYG email editors. They were creating templates before, and they are d…
These DSLs are not there to replace templates. They are to define email lifecycle: those are different things. Email lifecycle dictates "who" gets an email (ie anyone with a Pro plan) and "when" they get an email (after they upgrade to the Pro plan). Template defines "what" they get (the email content etc). Those are different things. You can do the "what" part (template) via WYSIWYG or django template or ReactEmail,…