Skip to main content

Hi, 

Is there a way for me to automate the following:

1. a team member is @mentioned

2. The @mention would automatically be placed into the "Mentions/Comments" Table

The reason I am trying to do this, is because I am trying to build an interface/dashboard for each team member where they will see their daily calendar; tasks assigned to them and any comments in which they were @mentioned. 

Hope this makes sense.

As far as I know, you can't natively access that data within automations. 


Comments are now programmatically available from the API:

https://airtable.com/developers/web/api/model/user-mentioned

However, implementing that into a solution would be challenging, since it would require writing custom code.


Reply