@tozielinski/next-brevo-api-helper 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# next-brevo-api-helper
|
|
2
2
|
[](https://opensource.org/licenses/MIT)
|
|
3
|
+
[](https://www.npmjs.com/package/@tozielinski/next-upstash-nonce)
|
|
3
4
|
|
|
4
5
|
## Using the Brevo API for create, update and delete contacts, folders and lists and send mails via the API
|
|
5
6
|
|
|
@@ -38,8 +39,8 @@ const mail: BrevoSendEmailRequest = {
|
|
|
38
39
|
// } satisfies BrevoEmailRecipient,
|
|
39
40
|
// subject: string,
|
|
40
41
|
// htmlContent: string,
|
|
41
|
-
// textContent:
|
|
42
|
-
// textContent:
|
|
42
|
+
// textContent: string,
|
|
43
|
+
// textContent: string,
|
|
43
44
|
// templateId?: number;
|
|
44
45
|
// params?: Record<string, string | number | boolean>;
|
|
45
46
|
// headers?: Record<string, string>;
|
package/package.json
CHANGED