Automate API calls and integrate them into workflows or applications, and get working examples for quick application.
Here are practical examples of using Next Matter’s API for common automation tasks.
Use this Python script to automatically create workflow instances and complete steps programmatically.
Use case: Create a new employee onboarding workflow, automatically complete the first step by, for example, automatically filling in personal details, and advance to the next step.
Script
Use case: Find all workflow instances that completed within a specific time frame.
You can use this API call to get filtered instances of a workflow. In the example below, we’re filtering for all instances with a maximum total runtime of 50 seconds.
Here are some other examples of values to use:
Automate API calls and integrate them into workflows or applications, and get working examples for quick application.
Here are practical examples of using Next Matter’s API for common automation tasks.
Use this Python script to automatically create workflow instances and complete steps programmatically.
Use case: Create a new employee onboarding workflow, automatically complete the first step by, for example, automatically filling in personal details, and advance to the next step.
Script
Use case: Find all workflow instances that completed within a specific time frame.
You can use this API call to get filtered instances of a workflow. In the example below, we’re filtering for all instances with a maximum total runtime of 50 seconds.
Here are some other examples of values to use: