ODBC Driver for Monday

Build 23.0.8839

Webhooks

Get a collection of webhooks.

View-Specific Information

Select

The 本製品 uses the Monday API to process WHERE clause conditions built with the following column and operator. The 本製品 processes other filters client-side within the 本製品.

  • BoardId supports the '=' comparison operator.
For example, the following query isare processed server side:
SELECT * FROM Webhooks WHERE BoardId='5574930939'

INSERT

INSERT statements are mapped to the 'create_webhook' GraphQL mutation.

The following inputs can be used in INSERT statements:

BoardId, Config, Event, Url

INSERT INTO Webhooks (BoardId,Config,Event,Url) VALUES ('5574930939','{\"columnId\":\"status\", \"columnValue\":{\"$any$\":true}}','change_status_column_value','https://test.com/')

DELETE

DELETE statements are mapped to the 'delete_webhook' GraphQL mutation.

You can delete entries by specifying the Id.

DELETE FROM Webhooks WHERE Id='242031214'

Columns

Name Type ReadOnly References Description
Id [KEY] String False

The webhooks's unique identifier.

BoardId String False

Board unique identifier.

Config String False

The webhooks's config.

Event String False

The event webhook will listen to.

AppWebhooksOnly Bool False

Filters webhooks that were created by the app initiating the request.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Url String

The webhook URL.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839