Create Webhookpost https://{server}/api/v2.1/workspace/{workspace_id}/dtable/{base_name}/webhooks/Create a new webhook for a base.Path Paramsworkspace_idintegerrequired≥ 1id of your workspace.base_namestringrequiredname of your base.Body ParamsurlstringThe URL of the webhook. It should start with http(s). Required.secretintegerWhen you set a secret, you'll receive the X-SeaTable-Signature header, whose value is the result of SHA1 encryption of the secret key, in the webhook POST request. Optional.Response 200OKUpdated about 2 years ago