From 17a8c84349b7658545697b3e2f4835a18feff607 Mon Sep 17 00:00:00 2001 From: Yann Nicolas Date: Thu, 18 May 2023 00:00:24 +0200 Subject: [PATCH] Fix JSON example Signed-off-by: Yann Nicolas --- .../components-reference/supported-bindings/sendgrid.md | 1 + 1 file changed, 1 insertion(+) 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 a7a68f323..a2eb4961f 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/sendgrid.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/sendgrid.md @@ -96,6 +96,7 @@ If a dynamic template is used, a `dynamicTemplateId` needs to be provided and th "dynamicTemplateData": "{\"customer\":{\"name\":\"John Smith\"}}" } } +``` ## Related links