External DocumentationTo learn more, visit the Smartsheet documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
Update Webhook with Smartsheet and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Enabled | Select to enable the webhook, remove selection to disable. |
| Webhook ID | The ID of the webhook. |
| Parameter | Description |
|---|---|
| Callback URL | The callback URL assigned to the webhook. |
| Events | A comma-separated list of events. |
| Name | The name of the webhook. |
| Version | The version of the webhook. |
{
"message": "<string>",
"resultCode": 0,
"result": {
"id": 2842323036957869,
"name": "<string>",
"scope": "<string>",
"scopeObjectId": 702342247796433,
"subscope": {
"columnIds": [
3030819613455518
]
},
"events": [
"<string>"
],
"callbackUrl": "<string>",
"sharedSecret": "<string>",
"enabled": true,
"status": "<string>",
"version": 2,
"createdAt": "2025-03-20T15:43:56Z",
"modifiedAt": "2025-04-01T05:15:12Z",
}
}
Was this page helpful?