Skip to content

Commit 270f14e

Browse files
authored
Merge pull request #22 from tendermint/daria/mailerlite
Add mailerlite
2 parents 956c69c + c648119 commit 270f14e

File tree

5 files changed

+3585
-18
lines changed

5 files changed

+3585
-18
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
--max-instances 3
4343
--port 8080
4444
--timeout 300s
45-
--update-env-vars MESSARI_API_KEY=${{ secrets.MESSARI_API_KEY }},AIRTABLE_API_KEY=${{ secrets.AIRTABLE_API_KEY }},ALGOLIA_ADMIN_API_KEY=${{ secrets.ALGOLIA_ADMIN_API_KEY }}
45+
--update-env-vars MESSARI_API_KEY=${{ secrets.MESSARI_API_KEY }},AIRTABLE_API_KEY=${{ secrets.AIRTABLE_API_KEY }},ALGOLIA_ADMIN_API_KEY=${{ secrets.ALGOLIA_ADMIN_API_KEY }},MAILERLITE_API_KEY=${{ secrets.MAILERLITE_API_KEY }}

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,15 @@ npm run start
9797
### Algolia bump
9898

9999
`node index.js` - update apps and wallets algolia index every hour.
100+
101+
---
102+
103+
### MailerLite
104+
105+
### GET `/subscriber`
106+
107+
**200**: Returns the single subscriber
108+
109+
### POST `/group-add-subscriber`
110+
111+
**200**: Assigns a subscriber to the group with the given name.

0 commit comments

Comments
 (0)