You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/src/app/placeholders/page.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Placeholders are special tags you can insert into your emails. When you send an
9
9
|`{{campaign.name}}`| The name/title of the campaign. |`Q3 Newsletter`|
10
10
|`{{campaign.subject}}`| The subject line of the campaign. |`Your Weekly Update!`|
11
11
|`{{organization.name}}`| The name of the organization sending the campaign. |`MyCompany Inc.`|
12
-
|`{{unsubscribe_url}}`| The unique URL for a subscriber to unsubscribe from communications. |`https://example.com/unsubscribe?sid=subscriberId&cid=campaignId`|
12
+
|`{{unsubscribe_link}}`| The unique URL for a subscriber to unsubscribe from communications. |`https://example.com/unsubscribe?sid=subscriberId&cid=campaignId`|
13
13
|`{{current_date}}`| The current date. The format can vary (e.g., "YYYY-MM-DD"). |`2023-10-27`|
14
14
|`{{subscriber.metadata.some_key}}`| A custom metadata field for the subscriber. Replace `some_key` with your actual metadata key. |`custom_value`|
15
15
@@ -54,7 +54,7 @@ Here are the placeholders you can use in your emails:
54
54
55
55
### Utility Placeholders
56
56
57
-
-`{{unsubscribe_url}}`: The unique URL for a subscriber to unsubscribe from communications. This is important for allowing your subscribers to manage their preferences.
57
+
-`{{unsubscribe_link}}`: The unique URL for a subscriber to unsubscribe from communications. This is important for allowing your subscribers to manage their preferences.
-`{{current_date}}`: The current date when the email is sent. You can use this to include timely information. The format will typically be "YYYY-MM-DD".
0 commit comments