Email all members of a retool permissions group

So this is what we are trying to do:
email all members of a retool group,
there was a topic created, but, it's now closed and no-one bothered to show the reult and we then have to create yet another. topic request.

Can't find how to easily do this.. it should be obvious ....

Thanks

Pete

Hey @peter.b - thanks for reaching out. :slightly_smiling_face: I assume your question over here is related - is that right?

I would recommend implementing something like what I've shared below. Assuming you've already set up the Retool API resource, you can make a query to the /groups/{groupId} endpoint for and transform the results to return a simple array of user emails.

The next step is to just trigger your email query as a Success handler and reference the email array from within the To input field.

Let me know if you have questions about setting up the initial Retool API resource or any of what I've shared above. :+1:

2 Likes

Hi,
Yes ,we already knew this, the main question was the resource part of the url which is nowhere to be found in the docs and i spent hours googling it, found that it needed to end in '/api/v2/spec' - no chance of guessing that.
Retool need to put this in the docs and not leave us stranded

Got it - thanks for confirming. I mentioned this elsewhere, but already reached out to our documentation team about this particular piece of feedback. The spec URL could definitely be more easily discoverable.