Send email to multiple email addresses in Knack

#1

I’d like to send the same email to a list of users stored as objects in a Knack database.

Can I do this easily?

(Daniel Beckett) #2

Hi there,

We have an integrated Knack service that can be used to add, update, get and delete records. There’s also an open API for Knack that can be used for more advanced functionality - you could access these features through webhooks & http requests.

With that said, there isn’t really an available method that would let you bulk email a list of email addresses.

Normally you would email your users by querying their response path to return the email address so that you can message them through the Broadcast service but this method is really designed for a scenario where users talk to your bot so that you can save their response path and email address into the database. For new subscribers you could use the method outlined in the Creating a Subscription Broadcast in Flow XO support article.

Thanks,
Dan

#3

Would this support sending the update via email?

(Daniel Beckett) #4

If you have users that connect to one of your bots to provide an email address and then you save the response path + email address then you can setup a broadcast to email to those users.