-
-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
New ProviderIssue requests a new provider be added.Issue requests a new provider be added.help wanted
Description
Here's an example request that WeKan sends:
Method: POST
URI: {DISCORD_WEBHOOK_URL_GOES_HERE}
HTTP Version: 1.1
Headers:
{
connection: close; content-length: 414; host: webhook.site; content-type: application/json
}
Content:
{
"text": "John Doe added checklist \"Apples\" to card \"Fruits\" at list \"To-Do: Foodstuffs\" at swimlane \"Default\" at board \"Categorize The World\"\nexample.com/b/YH6MDkdA3Lyg7ER4Q/categorize-the-world/YNJTJmGdNqdiPH59s",
"cardId": "YNJTJmGdNqdiPH59s",
"listId": "6d2GgxW4CcFcDDhe6",
"boardId": "YH6MDkdA3Lyg7ER4Q",
"user": "John Doe",
"card": "File formats",
"swimlaneId": "gaL52PjWSW5MJL5X5",
"description": "act-addChecklist"
}
Metadata
Metadata
Assignees
Labels
New ProviderIssue requests a new provider be added.Issue requests a new provider be added.help wanted