-
Notifications
You must be signed in to change notification settings - Fork 4
AddCommentToCardAction
Rasmus Wulff Jensen edited this page Jun 7, 2023
·
4 revisions
Back to Automation Action List
Add a Comment to the Card
Option | Description |
---|---|
Comment (Required) |
Comment to add |
Automation sampleAutomation = new Automation("Add Card is moved to on of the 'Done' column, Add a @Reply comment to the sales team member.",
new CardMovedToListTrigger(CardMovedToListTriggerConstraint.AnyOfTheseListsAreMovedTo, "Done") { TreatListNameAsId = true },
null, // No conditions necessary
new List<IAutomationAction>
{
new AddCommentToCardAction("@SalesTeamUser The work is now done :-)") //<-- Our Action
});
AddChecklistToCardAction
AddChecklistToCardIfLabelMatchAction
AddCoverOnCardAction
AddLabelsToCardAction
AddMembersToCardAction
AddStickerToCardAction
RemoveCardDataAction
RemoveChecklistFromCardAction
RemoveCoverFromCardAction
RemoveLabelsFromCardAction
RemoveMembersFromCardAction
RemoveStickerFromCardAction
SetFieldsOnCardAction
StopProcessingFurtherAction
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')