honeybadger-io / heya

Heya 👋 is a campaign mailer for Rails. Think of it like ActionMailer, but for timed email sequences. It can also perform other actions like sending a text message.
https://www.heya.email
Other
736 stars 33 forks source link

Support dynamic `wait` value #272

Open joshuap opened 1 month ago

joshuap commented 1 month ago

We support a block syntax for some of the other campaign step options, like the email subject. We could do the same for wait here. The only caveat is that we cannot pass a user to this block, which was requested in #260.