Skip to content

Commit

Permalink
chore: update docs for postmark metadata (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
cellomatt authored Feb 27, 2025
1 parent 14270e7 commit 452dfba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/integrations/email/postmark.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 452dfba

Please sign in to comment.