File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,15 @@ Refer to the [`examples`](examples) folder for the source code of this and other
61
61
62
62
### Contacts API
63
63
64
- - [ Contacts] ( examples/contacts/everything.ts )
64
+ - [ Contacts CRUD ] ( examples/contacts/everything.ts )
65
65
66
66
### Contact Lists API
67
67
68
- - [ Contact Lists] ( examples/contact-lists/everything.ts )
68
+ - [ Contact Lists CRUD] ( examples/contact-lists/everything.ts )
69
+
70
+ ### Templates API
71
+
72
+ - [ Templates CRUD] ( examples/templates/everything.ts )
69
73
70
74
### Sending API
71
75
@@ -76,10 +80,10 @@ Refer to the [`examples`](examples) folder for the source code of this and other
76
80
77
81
### Batch Sending API
78
82
79
- - [ Send a batch of transactional emails] ( examples/batch/transactional.ts )
80
- - [ Send a batch of bulk emails] ( examples/batch/bulk.ts )
81
- - [ Send a batch of sandbox emails] ( examples/batch/sandbox.ts )
82
- - [ Send a batch of emails from template] ( examples/batch/template.ts )
83
+ - [ Transactional emails] ( examples/batch/transactional.ts )
84
+ - [ Bulk emails] ( examples/batch/bulk.ts )
85
+ - [ Sandbox emails] ( examples/batch/sandbox.ts )
86
+ - [ Emails from template] ( examples/batch/template.ts )
83
87
84
88
### Email testing API
85
89
@@ -92,6 +96,7 @@ Refer to the [`examples`](examples) folder for the source code of this and other
92
96
### Bulk sending API
93
97
94
98
- [ Send mail] ( examples/bulk/send-mail.ts )
99
+ - [ Transport] ( examples/bulk/transport.ts )
95
100
96
101
### Nodemailer Transport
97
102
You can’t perform that action at this time.
0 commit comments