Job Runner

Retrieve Comment Text passed by Webhookk

Summary

Retrieve Comment Text Passed by Webhook

How to Use

When the trigger condition for the webhook is “writing a comment”, the text of that comment will be retrieved. The obtained comment text can be referenced as an expression such as = $1 as a result of the action.

If the trigger condition for the webhook is not “writing a comment”, the comment cannot be retrieved, and an error will occur at runtime.

Unlike the case of Retrieve Records Passed by Webhook, it is not necessary to perform Set Kintone API Token in advance.

The text that can be obtained from “Retrieve Comment Text Passed by Webhook” is only the body text of the comment. To obtain the sender and recipient from the comment, use the followings:

Parameter

There are no parameters to be set.

Occurrence of Record Retrieval Criteria

Criteria Occurrence
When Record Is Ready It does not occur.
When All Records Are Ready It does not occur.

Restrictions

  • You can only obtain the result when the condition for the webhook is “writing a comment.”

  • It is not available for scheduled tasks.