upload_sticker_pack
Package and publish custom sticker packs to Signal's CDN from a local manifest or zip, returning a signal.art install URL for recipients to add and send.
Instructions
Package and publish a sticker pack to Signal's CDN from local image files. Accepts a local manifest.json describing the pack, or a zip archive containing both the manifest and images. Signal's CDN stores the pack and returns a signal.art install URL you can share with others. Recipients call add_sticker_pack with the URL to install the pack and send its stickers. After publishing, the pack is available on Signal's network indefinitely. Use when you want to create and distribute a custom sticker pack. Use add_sticker_pack to install an existing pack for sending. Do NOT use to install a pack — use add_sticker_pack for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Local path to manifest.json or a zip containing the sticker pack |