Get the information passed from the Webhook of the collaboration flow.
This is used when you want to obtain information passed from the collaboration flow while creating a Webhook for the collaboration flow.
To receive a webhook from Collaborflow in Job Runner, you need to configure it on the Collaborflow screen, not in the Kintone app. In the Collaboration Flow screen, please register the Job Runner job’s Webhook URL in the “Notification Destination Webhook URL” field under “App Settings” > “Route Settings” > “Webhook”.
For the information obtained from the Webhook of the collaboration flow, please refer to the documentation of the collaboration flow . For example, if you want to obtain the “type of notification” in the document above, and if the action “Get information passed from the Collaboration Flow’s Webhook” is number one, you can refer to it with the following expression.
= $1.action_type
There are no parameters to be set.
The obtained information is not a Kintone record, so neither will occur.
Criteria | Occurrence |
---|---|
When Record Is Ready | It does not occur. |
When All Records Are Ready | It does not occur. |
When the created Webhook is called from Kintone, executing “Get information passed from the Webhook of the collaboration flow” results in an error. Please register the Webhook using “Get information passed from the Webhook of Collaboration Flow” to the Webhook of Collaboration Flow, not to Kintone.
It is not available for scheduled tasks.