How does webhook integration work for organisations?
You can use webhooks to connect your setup functions to external systems. sawyer generates a separate webhook URL for each function, which external systems can use to trigger state changes.
This is how it works
Open the set-up function you want to edit.
Select the appropriate webhook type from the available options.
Copy the generated webhook URL - you will find it directly in the view.
Configure the copied URL in your external system so that it can send POST requests to sawyer.
Optional: If you want to increase security, you can regenerate the token at any time.