Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions _docs/incoming-webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,24 @@ The result:

![](/images/docs/post-through-incoming-webhook4.png){: .align-center}

## Labels

In the *Pro* plan, it's possible to create incoming webhooks with labels. Copy-paste the id of the label and add the field labels in the payload

{
"title": "First post through Incoming Webhook",
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"url": "https://www.talkspirit.com/",
"labels": [
"5829ccae8fdf08454b8b4567",
"5829ccb08fdf085c4b8b4568"
],
"contact": {
"display_name": "Incoming Webhook bot",
"url": "https://www.talkspirit.com/",
"icon": "https://talkspirit.github.io/images/talkspirit-bot-avatar.png"
}
}


[create-incoming-webhook]: /docs/create-incoming-webhook/