Email using a gambit

I’m looking for an option where based on a gambit selection send the data submission to different emails.

    if {{ursp.tool}} = "a" then send to a@example.com else if 
    {{ursp.tool}} = "b" then send to b@example.com
    end if

Is there something that is in place which I can use. I did see adding multiple emails in configure.
However, I don’t want to send everything to everyone.

2 Likes

Hi @ckattookaran,

This is possible in the system, but currently it would be tricky to configure. You’ll have to disable the default mail notifications and send email by yourself using the API section and a mail delivery service like Sendgrid. If you have a dev team then you can explore this option.

However, we do have this feature in our Product Roadmap, where you can trigger emails based on gambits, and change properties like who to send mail to.

1 Like