Tool to create a webhook for a Wrike folder or project. Use when you need to set up real-time notifications for events occurring within a specific folder or its subfolders.
eventsarrayOptional list of events to subscribe to. If not specified, all events will be received. Common events include: 'AttachmentAdded', 'AttachmentDeleted', 'TaskCreated', 'TaskDeleted', 'TaskStatusChanged', 'CommentAdded', 'CommentDeleted', etc.
secretstringOptional client secret to verify the authenticity of webhook events. This secret will be used to sign webhook payloads.
hookUrlRequiredstringThe URL of the server that will receive the webhook payload when events occur. Must be a valid HTTPS URL.
folder_idRequiredstringThe unique identifier of the folder or project to create the webhook for. Must be a valid Wrike folder ID (e.g., 'IEAGTXR7I4IHGABC').
recursivebooleanWhether to listen to events for subfolders and subprojects in the hierarchy. Default is false. Set to true to track all nested elements.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.