Skip to content

Microsoft Teams "Workflow" Webhook #162

Closed Answered by aduffner
tonyyo11 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Tony, this is how I achieved it:

  1. Starting point: Search for flow trigger "when an HTTP Request is received"
  1. Use the following Request Body JSON Schema:
{
    "type": "object",
    "properties": {
        "admin": {
            "type": "boolean"
        },
        "expires": {
            "type": "string"
        },
        "machine": {
            "type": "string"
        },
        "reason": {
            "type": "string"
        },
        "timestamp": {
            "type": "string"
        },
        "user": {
            "type": "string"
        }
    }
}
  1. Create as next element "Compose"
[
    @{triggerBody()}
]
  1. Create "Select" and do some date conversions (as me) up to y…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tonyyo11
Comment options

Answer selected by tonyyo11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants