As many of you know, in the UK we have set up OFN users to integrate with Mailchimp using Zapier.
This has been integral to building our business model as it is one of our paid features and most of the users that pay for OFN use this feature.
It’s super simple. After the initial set up and first integration, future integrations to Mailchimp for other users take about 2 minutes.
How to do it:
You need a Zapier account. To get a paid account for free you need to put the Zapier logo somewhere on your website and then get in touch with them saying you’re a not-for-profit and would like to take advantage of their free basic plan for NFPs. You’ll need to put their logo on your website somewhere… as UK have done here.
You’ll then need to ask a sysadmin to set up a specific user on your OFN DB such that Zapier can access the OFN DB to find out when new users order. In the UK we have set up a secure user that can only access the DB from a single IP (the Zapier IP) with a super secure password (like 60 random characters). This should take a sysadmin an hour tops. See instructions here.
Log into Zapier and set up a Zap that connects Postgres to Mailchimp. Zapier gives really good instructions on how to do this here. Essentially you just need to connect your DB user to Zapier (once only, for all future Zaps this will be remembered). You then put in a custom query that looks something like: select spree_addresses.firstname, spree_orders.email from spree_addresses, spree_orders where spree_orders.bill_address_id = spree_addresses.id and state = 'complete' and distributor_id = 12345;
This ‘Zap’ be triggered for every order for this enterprise (12345) and will return the name and email address for every new order placed for distributor 12345. Obviously you will set the distributor ID for the distributor you are integrating.
You also need to connect the Mailchimp of the user you are integrating. This is best done over the phone as you’ll need them to give you their username and password and sometimes Mailchimp with text them a code to confirm. In the UK all users have been happy to do this over the phone.
In setting up your Zap make sure you ensure that the Zap first checks if the user is already subscribed to the mailing list. For privacy you should set the Zap to send an email to the user asking if they would like to be on the Mailing List. You can set the wording of this email.
And wallah! Now every time a new user orders they will be sent an email asking if they want to join the Mailchimp mailing list. And users can keep in touch with all the people that order from them via email. Users can decide if they want to manage a separate list for people ordering and for website signups, or these can go on the same list. Up to the user!
Really nice one!
We may have that SQL query available as an API endpoint already, if not, it should be pretty straight forward to build a new API endpoint for this simple query.
OH MY OH MY how I would love to just give you all the SQL queries I want as endpoints and just have them appear.
Even better (while we are building up the API) could we create a proper Zapier integration for OFN… I would love to put some time into a Zapier layer that talks to OFN endpoints and creates a proper Zapier integration to avoid connecting the DB directly.
@luisramos0 How can I find out the list of endpoints we already have?
For this query you could use the orders endpoint (do not play with this in a live environment if you are super admin because you will be pushing the app a lot by listing all orders in the system): https://app.katuma.org/api/orders
I know the result has the fields you need: full_name, email, state and distributor.id
I am not sure if these can be used in filters.
Cooooool, can’t wait for the results of this issue. Also very very much looking forward to being involved in conversations in which we start to iterate on endpoints.
just want to say that while I have no idea of the specifics and tech details referenced in this post - I can’t wait until the day comes when someone without tech expertise who is an instance super-admin can make integrations happen easily. Will that day come? I accept that at some point, I might need to take a crash course with someone on ‘how to’ for this stuff. Maybe thats an agenda for a future super admin zoom call. Or do we think that an instance super-admin should always be a developer (in which case I’ll start looking for a replacement) THANKS to you all for working on this integration stuff!!!
Hello @lin_d_hop can you add the instructions for step 2 mentioned by Brandy in your initial post? François was asking me some questions, and we both didn’t see this comment
Hey @lin_d_hop the user who wants to try out in France will soon open several enterprises. Can we linked the same Mailchimp account to different enterprises?
FYI, I just used Zapier with SendInblue. This require only the user to give the API v2 code, so a lot easier than mailchimp. However you cannot personnalize any fields on Zapier side (like adding a user confirmation etc).