From 663a0d1a5944cfcbe1db05a2e4e8dd665f36b0ca Mon Sep 17 00:00:00 2001 From: Yessica Bao <58489884+pepiyu@users.noreply.github.com> Date: Tue, 3 Jan 2023 09:27:27 +0100 Subject: [PATCH] docs: fix wrong key for order placed in sendgrid docs (#2923) Hello! I just found out that the key in plugin options for Order Placed `order.placed` is wrong. It should be `order_placed_template` instead. --- docs/content/add-plugins/sendgrid.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/add-plugins/sendgrid.mdx b/docs/content/add-plugins/sendgrid.mdx index 2b985b0f7e..0951af214f 100644 --- a/docs/content/add-plugins/sendgrid.mdx +++ b/docs/content/add-plugins/sendgrid.mdx @@ -78,7 +78,7 @@ You don’t have to create a template for every type in the reference. You can s ### Order Placed -**Key in plugin options:** `order.placed` +**Key in plugin options:** `order_placed_template` **Description:** Template to be sent to the customer when they place a new order. @@ -3977,4 +3977,4 @@ You can also track analytics related to emails sent from the SendGrid dashboard. ## See Also - [Notifications Overview](../advanced/backend/notification/overview.md) -- Install the [Medusa admin](../admin/quickstart.mdx) for functionalities like Gift Cards creation, swaps, claims, order return requests, and more. \ No newline at end of file +- Install the [Medusa admin](../admin/quickstart.mdx) for functionalities like Gift Cards creation, swaps, claims, order return requests, and more.