Outerbridgeio / Outerbridge

Outerbridge is a low code/no code workflow automation application, focusing on integrating both on-chain and off-chain applications.

Home Page:https://outerbridge.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚒️[FEATURE] MailChimp Integration

HenryHengZJ opened this issue · comments

Describe the feature you'd like

MailChimp Integration
Docs: https://mailchimp.com/developer/marketing/api/campaigns/

✅Tasks

  • Add MailChimp action node.

🎯Acceptance Criteria

  • MailChimp action node should have some key Marketing APIs from the docs implemented such as list, add, update, delete, send.

👨‍💻How to contribute

Follow this guide for step by step on how to fork, commit, and submit PR.

🧱 How to create node

More info

Like to work on this issue? Let us know, and we will assign it to you 🚀
If you need any help or just want to hangout, reach out to us on our Discord server👾

Hii @HenryHengZJ I m new in the backend but I wanted to work into it. In order to learn the backend. So if you help me with it I can work on it. Can you assign it to me?

sure! reach out to us or anyone in our Discord if you need any help

@HenryHengZJ Can I use atlas instead of mongo installed locally?

@HenryHengZJ
image
I m getting this error.

@utkarsh4321 yes you can. Replace this mongodb://${process.env.MONGO_HOST || 'localhost'}:27017/outerbridge with mongodb+srv://<user>:<password>@cluster0.qskldy2.mongodb.net/outerbridge?retryWrites=true&w=majority. Replace those values with your user, password and clusters

@HenryHengZJ one more thing I need to take api key under my account and create an action node. And test everything. And then create PR. After that, you will use your Outerbridge API key to validate everything.

@HenryHengZJ Where I will put my API KEY in your project so that where I want to access it I will access it. And you can also configure it easily.