Tool to create a new webhook in a Crowdin project. Use after confirming the project ID and desired event triggers.
urlHTTPS endpoint URL that will receive webhook notifications
nameRequiredstringUnique name for the webhook within this project
eventsRequiredarrayEvent types that trigger this webhook. Common events: file.translated, file.approved, project.translated, project.approved, string.added, string.updated, string.deleted, suggestion.added, suggestion.approved, task.added, task.status_changed. Note: string.* events require batchin…
headersobjectCustom HTTP headers to include with each webhook request
payloadobjectCustom payload template using Crowdin placeholders like {{event}}, {{projectId}}, {{fileId}}
isActivebooleanSet to false to create webhook in disabled state
projectIdRequiredstringNumeric project identifier from Crowdin
contentTypestringContent-Type header for POST requests. Defaults to application/json
requestTypestringHTTP method for webhook delivery. Use 'post' for payloads, 'get' for simple notifications
batchingEnabledbooleanEnable batching for high-frequency events. Required for string.added, string.updated, string.deleted events
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.