External DocumentationTo learn more, visit the Smartsheet documentation.
Actions
Create Webhook
Create a new smartsheet webhook.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Callback URL | The callback URL assigned to the webhook. |
| Events | A comma-separated list of events. |
| Name | The name of the webhook. |
| Object ID | The ID of the object that the webhook will be set on. |
| Scope | The type of scope to set the webhook on, for example - sheet. |
| Version | The version of the webhook. |
{
"message": "<string>",
"resultCode": 2,
"result": {
"id": 9741141107881169,
"scopeObjectId": 928909402643491,
"name": "<string>",
"callbackUrl": "<string>",
"version": 0,
"events": [
"<string>"
],
"enabled": false,
"status": "<string>",
"sharedSecret": "<string>",
"scope": "<string>",
"subscope": {
"columnIds": []
},
"createdAt": "2025-03-20T15:43:56Z",
"modifiedAt": "2025-04-01T05:15:12Z",
}
}
Was this page helpful?