Launch instances automatically
You can automatically start instances when another workflow completes and send data from one workflow to a step in another one.
Run Workflows
Builder Toolbox
Automatically launch a new instance
-
Click + Add step and create a form with the form fields the external user needs to fill in.
-
Create a new Integrations > Custom integrations step. It will be used to automatically launch the workflow.
-
Click Settings on the step, and enter the following details:
-
Click + Create variable and create an
ID
reference of the value$.id
and theURL
reference of the value$.url
. -
Method: POST
-
URL:
-
Headers: Content-Type:
application/json
-
Headers: Authorization:
Your_NextMatter_API_key
-
In the Body enter the following:
-
-
Save your changes.
Send data to the instance step
- Create a new Integrations > Custom integrations step. It will be used to send data to the new instance and automatically complete the first step of the instance.
- Click Settings on the step, and enter the following details:
-
Method: POST
-
URL:
https://core.nextmatter.com/api/instances/{3.Launch - Launch workflow automatically - ID (plain)}/complete_step/
-
Headers: Content-Type:
application/json
-
Headers: Authorization:
Your_NextMatter_API_key
-
In the Body enter the following:
-
- Save your changes.