WorkSmart Dev
HomeSign In
  • Introduction
  • REST Web API
    • Oauth 2.0 Authorization
      • Authorization Code Flow
      • Token (Auth Code Flow)
      • Token (Client Credentials)
    • Records
      • Create Record
      • Read Record
      • Update Record
      • Delete Record
      • Read Records By View
      • Add Comment
      • Add Attachment
      • Download Attachment
    • List Sites
    • Columns
      • List of Columns
  • Webhook
    • Configure a Webhook
Powered by GitBook
On this page

Was this helpful?

  1. Webhook

Configure a Webhook

PreviousWebhook

Last updated 3 years ago

Was this helpful?

To setup a webhook for your app, Navigate to "App Settings" --> "Advanced Settings" --> "Webhook Settings"

Click "New Webhook" to configure a new webhook and enter the following details:

  • Payload URL - the url where webhook payload will be sent

  • Events - Select the events that you want to listen to

  • Secret Key (Optional) - if provided, the webhook payload will be signed using the secret key, so you can verify the webhook payload on your end to confirm that the webhook was actually triggered from your WorkDigital.

  • Active - whether the webhook is active or inactive

Click "Apply" and your Webhook is configured now.