Question

How to get assigned member name from Trello?

  • 13 September 2021
  • 4 replies
  • 301 views

Hi all, I am using zapier to synchronize between Trello and Slack.

  • The trigger is when new card is created on trello
  • The action is post message on slack

I can post the detail of cards such as

  • Card name
  • Description
  • Label
  • Due date
  • Assigned member

I am looking for how to put Assigned member, currently zap is working without assigned member.
I appreciate someone could advise me. Thanks!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Userlevel 7
Badge +14

Hi @Senri 

Try one of these Slack actions in the Zap.

 

Thank you, It seems useful.

Mr. A created a card on trello, assigned members are Mr. A and Mrs. B

I want zap post a message with mention Mr. A and Mrs. B on slack.

I am not sure how to execute it...

Userlevel 7
Badge +14

Hi @Senri 

Mentions and notifications

  • User mentions: type an open angle bracket, the at symbol (@), the user’s Slack member ID, and a closing angle bracket.
    <@UG123457>
  • “Everyone” notification (notifies everyone in your workspace in the #general channel): type an open angle bracket, an exclamation point (!), “everyone”, and a closing angle bracket.
    <!everyone>
  • “Here” notification (notifies active members in a specific channel): type an open angle bracket, an exclamation point (!), “here”, and a closing angle bracket.
    <!here>
Tip: To find a user’s Slack member ID:
  • Select the user’s Slack profile.
  • Click More.
  • Copy the member ID by clicking Copy member ID and paste it into your Zap.

Thanks.

I wonder how to get assigned person on cards of trello.

e.g. I assigned Mr. A on cards, and post message on slack through zapier. At the time, I want to mention Mr. A on post.

Is it possible?