You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/elastic_email/actions/add-contact/add-contact.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import app from "../../elastic_email.app.mjs";
6
6
exportdefault{
7
7
key: "elastic_email-add-contact",
8
8
name: "Add Contact to Mailing List",
9
-
description: "Adds a new contact to a mailing list. [See the documentation]()",
9
+
description: "Adds a new contact to a mailing list. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/contactsPost)",
Copy file name to clipboardExpand all lines: components/elastic_email/actions/unsubscribe-contact/unsubscribe-contact.mjs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import app from "../../elastic_email.app.mjs";
4
4
exportdefault{
5
5
key: "elastic_email-unsubscribe-contact",
6
6
name: "Unsubscribe Contact",
7
-
description: "Unsubscribes a contact from future emails. [See the documentation]()",
7
+
description: "Unsubscribes a contact from future emails. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/suppressionsUnsubscribesPost)",
0 commit comments