v1

latestOpenAPI 3.0.3LILT Platform Terms and Conditions2026-07-26651658.7 KB
Webhook Configuration

Creates a new Webhook Configuration

Creates a new webhook configuration for your LILT organization.

post/v3/connectors/configuration/webhooks

Request body

webhookNamestring required

The name of the webhook configuration.

webhookUrlstring uri required

The URL to which the webhook notifications will be sent.

eventTypestring[] required

The list of event types that will trigger the webhook notification.

Response

Returns the newly created webhook configuration.

idinteger required

The unique identifier for the webhook configuration.

webhookNamestring required

The name of the webhook configuration.

webhookUrlstring uri required

The URL to which the webhook notifications will be sent.

eventTypestring[] required

The list of event types that will trigger the webhook notification.

Example response

{
  "id": 12345
}