-
-
Notifications
You must be signed in to change notification settings - Fork 5
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 sampleAtomation = 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 :-)")
});AddChecklistToCardActionAddChecklistToCardIfLabelMatchActionAddCoverOnCardActionAddLabelsToCardActionAddMembersToCardActionAddStickerToCardActionRemoveCardDataActionRemoveChecklistFromCardActionRemoveCoverFromCardActionRemoveLabelsFromCardActionRemoveMembersFromCardActionRemoveStickerFromCardActionSetFieldsOnCardActionStopProcessingFurtherAction
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')