Webhooks
The table below describes the Webhooks table.
This table contains the following virtual tables:
None of the columns in this table are nullable.
This table contains the following foldable columns:
- Webhook_Id
- Topic
The primary key columns in this table are returnable.
| Column Name | SQL Type | Updatable |
|---|---|---|
|
Webhook_Id Primary Key |
SQL_BIGINT(unsigned) | True |
|
Address |
SQL_VARCHAR(1024) | True |
|
Created_At |
SQL_TIMESTAMP | True |
|
Format |
SQL_VARCHAR(1024) | True |
|
Topic |
SQL_VARCHAR(1024) | True |
|
Updated_At |
SQL_TIMESTAMP | True |