You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello, has anyone found a way to set up an automation that will allow adding a custom sticker? Thanks
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.