---
title: "Action send_sticker"
description: "Sends a sticker in the current channel by channel identifier."
---

# Action `send_sticker`

> **System ID:** `action_send_sticker`

## Description

Sends a sticker through the current messenger. Only the `{channel}_sticker` parameter for the active channel is used (others are ignored). Identifier format depends on the channel (e.g. Telegram `file_id`). Supports placeholders.

## Events (scenario branches)

No named scenario branches. On success the action completes without a separate event; on send failure an execution error is possible.

## Parameters

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `telegram_sticker` | string | no | — | Sticker for Telegram (file_id / URL; placeholders) |
| `viber_sticker` | string | no | — | Sticker for Viber |
| `facebook_sticker` | string | no | — | Sticker for Facebook |
| `{channel}_sticker` | string | no | — | General pattern: parameter for any channel |

## Configuration example

```json
{
  "telegram_sticker": "CAACAgIAAxkBAAIBY2...",
  "viber_sticker": "12345"
}
```

## Related docs

- [Actions reference](/en/actionjail/reference/actions-reference.md)
