Discussions

Ask a Question
Back to All

webhook support?

I am reading through the api docs and do not see how I can configure a webhook to trigger on an event trigger and send a post of data to our server. Looking at service hooks looked like it is a custom Vitruvi endpoint. Custom actions looks like it might do it but only specifies emails and are not automatic based on an event.

Is this a way to implement a webhook in Vituri. For example if I want a post sent to https://myserver.com/webhooks/vitruvi that will send a refid, work type, work cost, and geojson when the specific record was completed.

or is my only option to use a cron to retrieve this information?