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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.