Automation
Webhooks
Configure and assign webhook [example]
7min
follow our setup guide to configuring and assigning a webhook to a process in procesio π read on for a hands on example on webhook configuration in procesio and how to assign it to a process for the purpose of this example, we will be using postman to mimic an event and send data from another platform to procesio configure webhook to configure your webhook, go to automation section, then switch to webhooks t ab if you have not added a webhook already, click create webhook we will use postman to mimic an event and send data from another platform to procesio 1\ give the webhook a name 2\ copy the unique url 3\ go to postman and paste the webhook url (generated by procesio) 4\ select post verb for the purpose of this article, we will send over a simple json object { name "john doe", age 30 } once youβve entered your json object you can click the blue βsendβ button to send a post request to the procesio webhook after you send the example webhook, you should see a success message ( 200 ok 200 ok ) in the meantime, the json object was passed and received in procesio and you can see the data structure was determined correctly press save to save your webhook each webhook can be configured with one or more event types press "listen for another event" to add up attributes from other events to the data structure assign to process the webhook created can now be assigned to a process 1\ go to process designer 2\ select a process you want to trigger when data is received 3\ open process 4\ go to webhooks 5\ in assign webhook panel, select the webhook created, to trigger this process 6\ a local variable is automatically created based on the data structure received in webhook 7\ you can use attributes in data structure to filter the data sets that will trigger your process based on the example below, only data sets where age > 25 will trigger the process save the configuration you are now all set congrats! π sending data to procesio to this unique webhook url will automatically start the process