Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Automation for Custom stickers

Rosa Clark
Contributor
December 20, 2021

Hello, has anyone found a way to set up an automation that will allow adding a custom sticker? Thanks

3 answers

0 votes
David Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 12, 2022 edited

@Rosa Clark 

It's not clear if your question is "How can I automate adding a custom sticker to the board" or "How can I automate adding an existing custom sticker to a card's cover"

If the latter, please read this thread, where I've described the method of adding custom stickers to a card's cover via Butler's HTTP requests via the REST API.

0 votes
Laura Holton _ACE Rotterdam_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 21, 2021

Hi @Rosa Clark ðŸ‘‹

Unfortunately, Trello only allows the standard Trello stickers to be added. However, where there's a will there's a way...

Trellinator may be an option for you, particularly this Trellinator command as it should add a custom sticker if one exists that has the same name as an added label.

function addCustomStickerFromLabelName(notification)
{
var notif = new Notification(notification);
notif.card().addSticker(new Trellinator().customSticker(notif.addedLabel().name()).id);
}

I hope this helps but if you have any other questions just ask away 😃

All the best,

Laura

Rosa Clark
Contributor
May 20, 2022

Thanks, Laura

0 votes
Vero Rivas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 20, 2021
Rosa Clark
Contributor
May 20, 2022

Thanks, Vero.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Upcoming Trello Events