Добрый день, подскажите, у нас при создании входящего вебхука на отправку сообщения даёт возможность настроить только на канал, есть ли возможность отправлять в ветку? либо тариф другой нужен
I used DeepL for translation. For reference your initial question:
Good afternoon, I was wondering—when creating an incoming webhook to send a message, it only allows us to configure it for a channel. Is it possible to send messages to a thread? Or do we need a different plan?
Incoming webhooks are bound to a team. You can bind it to a specific channel inside the team and lock it to this channel, but you don’t have to.
By “thread” you really mean a specific message thread inside a channel? That’s not possible this way.
As far as I know, it could be possible to transmit a root_post_id or anything like that while invoking the webhook url to respond to a specific thread.
The developer docs about the usage of incoming webhooks should help you out.