Skip to main content

I am looking to automate some tasks once someone is assigned to a task. I would like to get that persons email address and using it in another automation.


For the moment, I seem to be stuck on how to gather ther persons email address.


Initialy I tried to find a way to gather it directly from the Person item, however this lead to a dead end.


I then thought maybe I can use the Person item name to look it up in another board, but I dont seem to see any options to do this.


I thought maybe I can trigger a custom action/script, but I cant seem to find a way to do that either.


Im sure there must be a way to get the informtion I am after, surely?


Any help would be appreciated.

Hello there @Darryl,


What about using a webhook (as shown here) that can call an endpoint on your end when someone is assigned to a people column, and then from your side, using the API (using the data you get from the webhook), you get the data from the user as explained here?


Would that be something you can build? What do you think?


Cheers,

Matias


Reply