Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Alternatively, you might choose to periodically check for finished workflows, a less efficient method. For this, see the API method: projects/{pid}/workflows/list/deliveredcompleted

Webhook event

When a workflow completes your URL will be called.

Make sure to configure the web hook to transmit below properties either in the URL or the HTTP BODY:

  • Project ID: Use placeholder: {{projectId}}

  • Document ID: Use placeholder: {{documentId}}

  • Target Locale: Use placeholder: {{branchLocale}} - Preferred over {{targetLocale}}

Configure webhooks

Enable webhooks in the project

...