Wow, this looks promising!
I am actually looking for a better email platform for my websites, and the automation builder here is 🔥
However, there is one piece of functionality that I have been missing, and I don't seem to find it with you either.
I want to use the data from the webhook that I sent, and based on the condition, i want to send the email.
For example, I have a weekly email that goes out to everyone on my site. When the email goes out, I want to fetch a json with the most popular listings that matches my users profile.
Today I'm generating this HTML on the server, and then sending through SES.
But to be able to use a builder like yours, for all these conditions, that would be awesome.
So I want to fetch my endpoint
site.api/{user-id}/{some-key}/listings
This would give a response with a number of listings, maximum ten.
I'd like to use this data as a condition.
If the response is 0, send email X, if the response is more than 0, list them, and add the title "Look at these {nubber_of_items} new listings!"
It could also be a way to fetch statistics about my user, fetch the latest orders, pending payments etc.
I would love to be able t have YOU query MY data, and get the current one, rather than uploading the data to you before I can use it in the automation workflow.