MS Teams Integration

//Example POST body to localhost:1234/hooks
{
"projectId": "test",
"hooks": [
{
"hookId": "1",
"url": "http://localhost:3005",
"hookEvents": [
"INSTANCE_FINISH",
"RUN_FINISH"
],
"hookType": "TEAMS_HOOK"
}
]
}
Last updated