From 452dfba4de77991414a68bad00bca4a85bcac957 Mon Sep 17 00:00:00 2001 From: Matt Kufchak Date: Thu, 27 Feb 2025 16:50:21 -0600 Subject: [PATCH] chore: update docs for postmark metadata (#781) --- content/integrations/email/postmark.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/integrations/email/postmark.mdx b/content/integrations/email/postmark.mdx index 711f3e94..2894129b 100644 --- a/content/integrations/email/postmark.mdx +++ b/content/integrations/email/postmark.mdx @@ -83,9 +83,9 @@ The following fields are optional and if set, will be applied to all email messa Knock sends the following attributes along with your emails: -- `Meta.sender`: always set to `knock.app` -- `Meta.knock_message_id`: the ID of the message this email is associated with -- `Meta.knock_recipient_id`: the Knock ID of the recipient this email is being sent to +- `Metadata.sender`: always set to `knock.app` +- `Metadata.knock_message_id`: the ID of the message this email is associated with +- `Metadata.knock_recipient_id`: the Knock ID of the recipient this email is being sent to - `Tag`: the key of the workflow this message was generated from You can learn about the role of these Postmark attributes in the [Postmark API documentation](https://postmarkapp.com/developer).