Your plan must enable webhooks. You must also have an account with the right webhook roles and permissions to set up webhooks.
Fulcrum servers make HTTP POST requests to the webhook URL.
For more details on receiving, using, and responding to these POST requests, please see the Webhooks Developer Documentation.
Creating the Webhook
Click the Webhooks tab in the navigation pane/sidebar on the left side of the web app.
Click New Webhook.
Enter the webhook’s name.
Enter the webhook’s URL.
Click the Save Webhook button.
Using Webhooks
Once a webhook has been created and is active, it will begin to receive HTTP POST requests at its URL as events occur within the organization.
Active/Inactive Status
Webhooks are active by default. This means that new events will automatically be sent to the webhook’s URL via an HTTP POST request. If you wish to leave the webhook in the organization but prevent any events from being sent to that URL, set it to be inactive. To do this, when editing a webhook, simply uncheck the Enable checkbox and save the webhook.
Activate for Bulk Actions
If you select the Activate for bulk actions option, the webhook will be triggered for bulk actions
Plans are limited to having 10 total webhooks.


