Skip to content

Commit 8b7e2c2

Browse files
docs: update README to clarify API examples and add Templates CRUD section
1 parent 5dd25ab commit 8b7e2c2

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,15 @@ Refer to the [`examples`](examples) folder for the source code of this and other
6161

6262
### Contacts API
6363

64-
- [Contacts](examples/contacts/everything.ts)
64+
- [Contacts CRUD](examples/contacts/everything.ts)
6565

6666
### Contact Lists API
6767

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)
6973

7074
### Sending API
7175

@@ -76,10 +80,10 @@ Refer to the [`examples`](examples) folder for the source code of this and other
7680

7781
### Batch Sending API
7882

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)
8387

8488
### Email testing API
8589

@@ -92,6 +96,7 @@ Refer to the [`examples`](examples) folder for the source code of this and other
9296
### Bulk sending API
9397

9498
- [Send mail](examples/bulk/send-mail.ts)
99+
- [Transport](examples/bulk/transport.ts)
95100

96101
### Nodemailer Transport
97102

0 commit comments

Comments
 (0)