January 2020
Beginner
632 pages
13h 14m
English
First, create a Flow using the When an HTTP request is received trigger (requires Flow Plan 1) using settings similar to the following:

Let's go over the full JSON script that we used to create the following flow.
{"kind": "Http","inputs": {"schema": {"type": "object","properties": {"webUrl": {"type": "string"},"parameters": {"type": "object","properties": {"event": {"type": "string"},"product": {"type": "string"}}}}},"method": "POST"}}
Post a message:
{"inputs": {"host": {"connection": {"name": "@parameters('$connections')['shared_teams']['connectionId']"}},"method": "post","body": {"body": ...Read now
Unlock full access