Common integration techniques

Calling your systems from Ondorse workflow

You can call your systems from a Ondorse workflow by following these steps:

  • add a Manual Task to your workflow: it represents the tasks within your system.
  • Detect workflow execution using Webhooks.
  • Use the Edit Task Run API endpoint to manage the task's state (e.g., pending, clear, or needs action).

This technique can be used for verifications outside of Ondorse, such as waiting for a document signature outside Ondorse's Portal or ensuring the uniqueness of a user account in your systems.