From daca127aa68d90b87501a0cf5b3f3e9fce7432d2 Mon Sep 17 00:00:00 2001 From: BOHEUS <56270748+BOHEUS@users.noreply.github.com> Date: Wed, 31 Dec 2025 21:49:37 +0000 Subject: [PATCH] Update Mailchimp synchronizer README (#16885) Leftover nitpick from #16875 --- .../twenty-apps/community/mailchimp-synchronizer/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/twenty-apps/community/mailchimp-synchronizer/README.md b/packages/twenty-apps/community/mailchimp-synchronizer/README.md index 30db899dea..d0e1e676dc 100644 --- a/packages/twenty-apps/community/mailchimp-synchronizer/README.md +++ b/packages/twenty-apps/community/mailchimp-synchronizer/README.md @@ -3,7 +3,6 @@ Synchronizing contacts between Twenty and Mailchimp ## Requirements -- an `apiKey` - go to Settings > API & Webhooks to generate one - Mailchimp API key - Mailchimp > avatar in top right corner > Profile > Extras > API keys ## Setup @@ -11,6 +10,7 @@ Synchronizing contacts between Twenty and Mailchimp ```bash cd packages/twenty-apps/community/mailchimp-synchronizer yarn auth +yarn generate yarn sync ``` 2. Go to Settings > Integrations > Mailchimp synchronizer > Settings and add required variables @@ -29,7 +29,4 @@ yarn sync ## Note - SMS support is experimental and may cause errors - constraints are directly responsible for sent data so if e.g. you want to have a company name in -Mailchimp, you have to set IS_COMPANY_CONSTRAINT to true - -## Todo: -- update app so it'll use provided Twenty generated object with native types from workspace once extending objects is possible \ No newline at end of file +Mailchimp, you have to set IS_COMPANY_CONSTRAINT to true \ No newline at end of file