Fantastic @romanmg. Quick question Gaby, and a little off topic but is there a way to send an email from users gmail account? I know airdevs has a gmail api connection setup on their site but it only allows users to view/search for emails, not send.
Thanks @bwvemma! Googleās Gmail API does have support for sending emails (https://developers.google.com/gmail/api/guides/sending), however, it looks like thereās a bit of encoding and formatting that needs to happen along with the request, which is a little more work to get together.
Hi @romanmg Thanks for this plugin!
Iām trying to do something and canāt get it to work for 2 weeks now⦠would be amazing if someone could help.
my goal is to create a new user in my bubble app each time a new user subscribes to one of my mailchimp lists. When pulling a list of members via āGet list member memberā it only pulls 10 random emails from this list - how can I pull all of them and sort them by th time they where added? from there creating a user shouldnāt be a problem.
Iām trying to add members to one of my list and I need to send additional data into my listās merge fields (more than just First/Last name). Do you know how I can do that ?
Iām trying to do it with the API connector but I didānt figure out the good parameters for thatā¦
Not sure if itās me but Iāve found it very difficult to implement the Mailchimp Plugin. Iām trying to create a newsletter list from an input in my app
First of all , does your plugin standalone or does it require the other Bubble Mailchimp plugin?
Secondly, I canāt seen to understand what needs to be populated in the ''Authorization shared header āā section of the config. Does it want the API key?
Thirdly, in the workflow configuration, what doe sit require in (path) data_center?
I noticed that the āunsubscribe memberā call actually deletes an entry from a list instead of unsubscribing. Not sure if this is intentional, but Iād recommend changing the call to a āPATCHā instead so you just change the status to unsubscribed:
Trying to find Segment ID in the consoleā¦
I am unable to figure out where to find the segment ID in the Mailchimp List console (ADD MEMBER TO SEGMENT). Trying to move a subscriber within a list to a segment. Q1: Can anyone point me in the right direction?
If I try to get segments ID via the extended API thenā¦
When I use the extended plugin I can return a list of List IDs, if I try to return Segments IDs for a List by providing the list ID I get nothing back, although I have segments in the list. Q2: What could be the reason?
Hey @mente12, if you want to share your info with me in a PM, I can help you figure it out. Only thing I can think of is incorrect List ID when trying to get Segments from the plugin.
To find it in the Mailchimp console, itās super tricky: right-click the name of the segment and paste that URL somewhere⦠youāll see the segment ID. If you just click on the segment name , the URL will change on you to exclude the ID.
Try that.
Also @rushabh, so sorry the PATCH update dropped off my radar. It has now been updated.
Hi @maryfox20, the plugin has been updated with a new call so that you can insert your own custom merge tags. The action you want it āSubscribe Member with Custom Merge Tagsā. Youāll be able to modify the code and add as many of your tags as youād like.
This is a really neat plugin and looks really straight forward to use. I am getting the following API error eventhough I have included my API key. Iāve been using the Bubble Mailchimp plugin with no issue, so I know how to add my API key, but Iām stumped now