Job Runner

Retrieve Record ID Passed by Webhook

Overview

Retrieve the record ID passed by Webhook.

Usage

In a Kintone webhook, the notification from Kintone to the webhook contains either the record that caused the notification or the record ID. Retrieve Record ID Passed by Webhook gets the record ID and makes it available to subsequent actions.

Note that this is record ID, not record number. No app code included.

Unlike the Retrieve Records Passed by Webhook, you do not need to Set Kintone API Token beforehand.

You can get this even if the operation that causes the webhook is “Delete record”.

Parameter

There are no parameters.

Occurrence of record Retrieval Criteria

Criteria Occurrence
“When record Row Is Ready” it doesn’t happen.
“When All record Rows Are Ready” it doesn’t happen.

Restrictions

  • It is not available for scheduled tasks.

  • If you invoked the webhook using Invoke Kintone Webhook from the Kintone app customization, you can pass a multi-line record to the webhook. If a multi-Line record is passed in this way, an error will occur if you perform retrieve record ID passed by webhook. Even if you invoke from Invoke Kintone webhook, you can get the record ID without error if the record passed in was a single line.