diff --git a/frappe/integrations/doctype/webhook/webhook.json b/frappe/integrations/doctype/webhook/webhook.json index c52cdb1894..f8106eddb9 100644 --- a/frappe/integrations/doctype/webhook/webhook.json +++ b/frappe/integrations/doctype/webhook/webhook.json @@ -129,6 +129,7 @@ }, { "depends_on": "eval: doc.request_structure == \"JSON\"", + "description": "To add dynamic values from the document, use jinja tags like\n\n
\n
{ \"id\": \"{{ doc.name }}\" }\n
\n
", "fieldname": "webhook_json", "fieldtype": "Code", "label": "JSON Request Body"