Webhook tutorial
1 unresolved thread
1 unresolved thread
copy and pasted from Shrey's google doc, then re-did formatting with markdown for readability
Merge request reports
Activity
requested review from @JARED.BALKMAN and @SAM.CARPENTER
- docs/tutorials/PersonAPI/Webhooks.md 0 → 100644
77 2. Click “Process Object” 78 3. Create Process Objects that maps to the data structured defined in Example webhook event here: https://developer.wisc.edu/person-api/webhooks 79 80 ## Create a Process that can react to a POST request and return a valid HTTP response 81 After all of the Assets above have been created and tested we can create a “Process” that can utilize them and react to events and perform the desired actions. 82 83 ### Creating a Process 84 1. Click “New…” 85 2. Click “Processes” > “Process” > “Create” 86 87 ### Configuring the “Start” step of the process 88 1. Once created, click “Start” (Green circle) step 89 2. In the Properties pane for the “Start” step, in the “Start” tab 90 - Select “REST/SOAP” as the “Binding” 91 - Select “Allow anonymous access” 92 - Select “Cloud Server” for “Run On” Do we have a license for the cloud runtime?
For those that have their own secure agent, do we want to include the steps that would need to be carried out for that scenario, i.e. open firewall to the REST endpoint they expose.
Edited by jont@wisc.edu
mentioned in commit 0c0cfec2
Please register or sign in to reply