From c8df8ec12a0a5c237172ba658f73ea4c6b03716c Mon Sep 17 00:00:00 2001 From: Yann Nicolas Date: Wed, 17 May 2023 00:13:26 -0400 Subject: [PATCH] Put dynamic template in its own section per code review suggestion Signed-off-by: Yann Nicolas --- .../components-reference/supported-bindings/sendgrid.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/sendgrid.md b/daprdocs/content/en/reference/components-reference/supported-bindings/sendgrid.md index f4300652c..a7a68f323 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/sendgrid.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/sendgrid.md @@ -83,7 +83,8 @@ You can specify any of the optional metadata properties on the output binding re } ``` -If a dynamic template is used, the template id needs to be used and if provided, the template data is used: +## Dynamic templates +If a dynamic template is used, a `dynamicTemplateId` needs to be provided and then the `dynamicTemplateData` is used: ```json {