Webhooks
Webhooks for system event notifications.
Setup:
Go to Creator Dashboard → Settings (three-dot menu) → API Keys section
Generate API key if you haven't already
Specify your webhook URL in the webhook settings
Signature verification: Each request contains trbt-signature header with HMAC-SHA256 signature of request body signed with your API key.
Retry attempts: On delivery failure, system retries after 5min, 15min, 30min, 1h, 10h.
Notification about user purchasing a subscription
new_subscriptionPossible values: Event creation time
2025-08-25T01:15:58.33246ZEvent sending time
2025-08-25T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
{
"name": "new_subscription",
"created_at": "2025-08-25T01:15:58.33246Z",
"sent_at": "2025-08-25T01:15:58.542279448Z",
"payload": {
"subscription_name": "Support creativity 🌟",
"subscription_id": 1644,
"period_id": 1547,
"period": "monthly",
"price": 1000,
"amount": 700,
"currency": "eur",
"user_id": 31326,
"telegram_user_id": 12321321,
"channel_id": 614,
"channel_name": "lbs",
"expires_at": "2025-04-20T01:15:57.305733Z"
}
}Notification about user cancelling a subscription
cancelled_subscriptionPossible values: Event creation time
2025-03-21T11:20:44.013969ZEvent sending time
2025-03-21T11:20:44.527657077ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
{
"name": "cancelled_subscription",
"created_at": "2025-03-21T11:20:44.013969Z",
"sent_at": "2025-03-21T11:20:44.527657077Z",
"payload": {
"subscription_name": "Join the private club 🎉",
"subscription_id": 1646,
"period_id": 1549,
"period": "monthly",
"price": 1000,
"amount": 1000,
"currency": "eur",
"user_id": 31326,
"telegram_user_id": 12321321,
"channel_id": 614,
"channel_name": "lbs",
"cancel_reason": "",
"expires_at": "2025-03-20T11:13:44.737Z"
}
}Notification about new physical order creation
physical_order_createdPossible values: Event creation time
Event sending time
Webhook successfully processed
No content
Invalid webhook data
Invalid webhook signature
Payload
{
"name": "physical_order_created",
"created_at": "2025-11-20T10:25:28.157Z",
"sent_at": "2025-11-20T10:25:28.157Z",
"payload": {
"order_id": 12345,
"status": "pending",
"user_id": 31326,
"telegram_user_id": 12321321,
"products": [
{
"product_name": "T-shirt with print",
"quantity": 2,
"price": 150000,
"currency": "usd"
}
],
"total": 300000,
"currency": "usd",
"shipping_address": "USA, New York, 5th Avenue, 123, Apt 45",
"tracking_number": "US123456789CN",
"created_at": "2025-03-20T01:15:58.33246Z",
"updated_at": "2025-03-20T01:15:58.33246Z"
}
}Notification about physical order shipping
physical_order_shippedPossible values: Event creation time
Event sending time
Webhook successfully processed
No content
Invalid webhook data
Invalid webhook signature
Payload
{
"name": "physical_order_shipped",
"created_at": "2025-11-20T10:25:28.157Z",
"sent_at": "2025-11-20T10:25:28.157Z",
"payload": {
"order_id": 12345,
"status": "pending",
"user_id": 31326,
"telegram_user_id": 12321321,
"products": [
{
"product_name": "T-shirt with print",
"quantity": 2,
"price": 150000,
"currency": "usd"
}
],
"total": 300000,
"currency": "usd",
"shipping_address": "USA, New York, 5th Avenue, 123, Apt 45",
"tracking_number": "US123456789CN",
"created_at": "2025-03-20T01:15:58.33246Z",
"updated_at": "2025-03-20T01:15:58.33246Z"
}
}Notification about physical order cancellation
physical_order_canceledPossible values: Event creation time
Event sending time
Webhook successfully processed
No content
Invalid webhook data
Invalid webhook signature
Payload
{
"name": "physical_order_canceled",
"created_at": "2025-11-20T10:25:28.157Z",
"sent_at": "2025-11-20T10:25:28.157Z",
"payload": {
"order_id": 12345,
"status": "pending",
"user_id": 31326,
"telegram_user_id": 12321321,
"products": [
{
"product_name": "T-shirt with print",
"quantity": 2,
"price": 150000,
"currency": "usd"
}
],
"total": 300000,
"currency": "usd",
"shipping_address": "USA, New York, 5th Avenue, 123, Apt 45",
"tracking_number": "US123456789CN",
"created_at": "2025-03-20T01:15:58.33246Z",
"updated_at": "2025-03-20T01:15:58.33246Z"
}
}Notification about a new donation
new_donationPossible values: Event creation time
2025-03-20T01:15:58.33246ZEvent sending time
2025-03-20T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
{
"name": "new_donation",
"created_at": "2025-03-20T01:15:58.33246Z",
"sent_at": "2025-03-20T01:15:58.542279448Z",
"payload": {
"donation_request_id": 123,
"donation_name": "Support my work",
"message": "Thank you for your content!",
"period": "once",
"amount": 1000,
"currency": "usd",
"anonymously": false,
"web_app_link": "https://t.me/tribute/app?startapp=d123",
"user_id": 31326,
"telegram_user_id": 12321321
}
}Notification about a recurring donation payment
recurrent_donationPossible values: Event creation time
2025-03-20T01:15:58.33246ZEvent sending time
2025-03-20T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
{
"name": "recurrent_donation",
"created_at": "2025-03-20T01:15:58.33246Z",
"sent_at": "2025-03-20T01:15:58.542279448Z",
"payload": {
"donation_request_id": 123,
"donation_name": "Monthly support",
"period": "monthly",
"amount": 500,
"currency": "eur",
"anonymously": false,
"web_app_link": "https://t.me/tribute/app?startapp=d456",
"user_id": 31326,
"telegram_user_id": 12321321
}
}Notification about a cancelled recurring donation
cancelled_donationPossible values: Event creation time
2025-03-20T01:15:58.33246ZEvent sending time
2025-03-20T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
{
"name": "cancelled_donation",
"created_at": "2025-03-20T01:15:58.33246Z",
"sent_at": "2025-03-20T01:15:58.542279448Z",
"payload": {
"donation_request_id": 123,
"donation_name": "Monthly support",
"period": "monthly",
"amount": 500,
"currency": "eur",
"anonymously": false,
"web_app_link": "https://t.me/tribute/app?startapp=d456",
"user_id": 31326,
"telegram_user_id": 12321321
}
}Notification about a digital product purchase
new_digital_productPossible values: Event creation time
2025-03-20T01:15:58.33246ZEvent sending time
2025-03-20T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
{
"name": "new_digital_product",
"created_at": "2025-03-20T01:15:58.33246Z",
"sent_at": "2025-03-20T01:15:58.542279448Z",
"payload": {
"product_id": 456,
"amount": 500,
"currency": "usd",
"user_id": 31326,
"telegram_user_id": 12321321
}
}Notification about a shop order payment completion.
shop_orderPossible values: Event creation time
2025-03-20T01:15:58.33246ZEvent sending time
2025-03-20T01:15:58.542279448ZWebhook successfully processed
Invalid webhook data
Invalid webhook signature
Payload
{
"name": "shop_order",
"created_at": "2025-03-20T01:15:58.33246Z",
"sent_at": "2025-03-20T01:15:58.542279448Z",
"payload": {
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"amount": 100000,
"currency": "rub",
"fee": 8000,
"status": "paid",
"email": "[email protected]"
}
}Last updated