Editing Webhooks

To update a Webhook, complete the following steps:

  1. Hover the cursor over a webhooks entry in the table. Click the ellipsis icon and select Edit Webhooks. The following information are displayed:

    • Name—Name of the Webhooks.

    • Target URL—is an HTTP or HTTPS endpoint on the receiver’s server that listens for incoming webhook requests.

    • Authentication Method—Select the any one of the authentication method. The two types of authentication methods are:

      • API Key—An API key is a unique identifier used to authenticate webhook requests between systems. When a webhook is triggered, the API key is included in the request header or payload to verify that the request originates from a trusted source, ensuring secure communication between the sender and the receiver.

      • OIDC—OpenID Connect (OIDC) authentication is an identity layer built on top of the OAuth 2.0 protocol that enables secure authentication of webhook requests. On selecting OIDC as the authentication method you must provide the Client ID, Client Secret, and Well-known URL.

      Note:

      Sensitive authentication credentials, such as the Client Secret and API Key, are displayed in a masked format after they are configured. To unmask the credentials click on the eye icon.

  2. Click Save to save the settings.