Skip to content
Snippets Groups Projects

Webhook tutorial

Merged Rebecca Wheeler requested to merge REBECCA.WHEELER-master-patch-51352 into master
1 unresolved thread

copy and pasted from Shrey's google doc, then re-did formatting with markdown for readability

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • Please register or sign in to reply
  • Rebecca Wheeler mentioned in commit 0c0cfec2

    mentioned in commit 0c0cfec2

  • Please register or sign in to reply
    Loading