drip-nodejs
drip-nodejs copied to clipboard
is it possible to create custom mail and send it using drip
i want to send an otp mail. otp generates on backend. so is there any way to send that dynamic otp through drip.
It's possible to trigger a workflow that sends an email that pulls data from the event you send us. Note, though, that we don't guarantee an SLA/latency on event processing, so YMMV.
See https://developer.drip.com/#events
so it's not recommend to use drip for sending forgot password email?