Skip to content

Commit f5ff87f

Browse files
amalco2mtgray-sp
andauthored
Update content/docs/faq/cc-bcc-with-rest-api.md
Co-authored-by: Matt Gray <[email protected]>
1 parent 80b693a commit f5ff87f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

content/docs/faq/cc-bcc-with-rest-api.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -131,29 +131,29 @@ Header values must be set directly within the stored template, so manually addin
131131

132132
One method is to use substitution data for your templates that you want to have a CC line. For example, you could create a template like this:
133133

134-
```
134+
```json
135135
{
136-
"id": "cc_template_3",
137-
"name": "cc_template_3",
138-
"description": "",
139-
"published": true,
140-
"options": {
141-
"click_tracking": true,
142-
"open_tracking": false
143-
},
144-
"shared_with_subaccounts": false,
145-
"last_update_time": "2018-12-14T17:15:12+00:00",
146-
"last_use": "2018-12-14T17:15:49+00:00",
147-
"has_published": true,
148-
"has_draft": false,
149-
"content": {
150-
"from": "[email protected]",
151-
"headers": {
152-
"CC": "{{ cc_data or '' }}"
153-
},
154-
"subject": "CC 2",
155-
"text": " cc email"
156-
}
136+
"id": "cc_template_3",
137+
"name": "cc_template_3",
138+
"description": "",
139+
"published": true,
140+
"options": {
141+
"click_tracking": true,
142+
"open_tracking": false
143+
},
144+
"shared_with_subaccounts": false,
145+
"last_update_time": "2018-12-14T17:15:12+00:00",
146+
"last_use": "2018-12-14T17:15:49+00:00",
147+
"has_published": true,
148+
"has_draft": false,
149+
"content": {
150+
"from": "[email protected]",
151+
"headers": {
152+
"CC": "{{ cc_data or '' }}"
153+
},
154+
"subject": "CC 2",
155+
"text": " cc email"
156+
}
157157
}
158158
```
159159

0 commit comments

Comments
 (0)