Skip to content

Commit d7258b8

Browse files
committed
some adjusts
1 parent 3ff0549 commit d7258b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/icontact/icontact.app.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ export default {
8787
...opts,
8888
});
8989
},
90+
subscribeContactToList(opts = {}) {
91+
return this._makeRequest({
92+
method: "POST",
93+
path: "/subscriptions",
94+
...opts,
95+
});
96+
},
9097
searchContact(opts = {}) {
9198
return this._makeRequest({
9299
path: "/contacts",

0 commit comments

Comments
 (0)