Skip to content

Commit

Permalink
Update content/docs/faq/cc-bcc-with-rest-api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Gray <[email protected]>
  • Loading branch information
amalco2 and mtgray-sp authored Oct 16, 2024
1 parent 80b693a commit f5ff87f
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions content/docs/faq/cc-bcc-with-rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,29 +131,29 @@ Header values must be set directly within the stored template, so manually addin

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:

```
```json
{
"id": "cc_template_3",
"name": "cc_template_3",
"description": "",
"published": true,
"options": {
"click_tracking": true,
"open_tracking": false
},
"shared_with_subaccounts": false,
"last_update_time": "2018-12-14T17:15:12+00:00",
"last_use": "2018-12-14T17:15:49+00:00",
"has_published": true,
"has_draft": false,
"content": {
"from": "[email protected]",
"headers": {
"CC": "{{ cc_data or '' }}"
},
"subject": "CC 2",
"text": " cc email"
}
"id": "cc_template_3",
"name": "cc_template_3",
"description": "",
"published": true,
"options": {
"click_tracking": true,
"open_tracking": false
},
"shared_with_subaccounts": false,
"last_update_time": "2018-12-14T17:15:12+00:00",
"last_use": "2018-12-14T17:15:49+00:00",
"has_published": true,
"has_draft": false,
"content": {
"from": "[email protected]",
"headers": {
"CC": "{{ cc_data or '' }}"
},
"subject": "CC 2",
"text": " cc email"
}
}
```

Expand Down

0 comments on commit f5ff87f

Please sign in to comment.