• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

MailChimp JSON Parse Error

VivaNick

Member
So we're trying to use Pabbly to port over our facebook Leads to mailchimp based on a checkbox selection. The filter in Pabbly Connect seems to be working fine however we are getting a JSON Parse error from mailchimp and the task is using 2 tasks per use... regardless its not working. The response we got from Mailchimp is below

Your request doesn't appear to be valid JSON:
Parse error on line 1:
"{ \"email_address\"
^
Invalid string, it appears you forgot to terminated the string, or attempted to write a multiline string which is invalid
 
P

Pabblymember11

Guest
Hey @VivaNick

For the Mailchimp action step, when you want to assign a member to a particular group, utilize the "Get Interests Information" action, and specify the interest IDs as a comma-separated list with "true" to indicate selection for specific interests. For example, you can format it like this: "64cf34455c": true, "770af6a52e": true.


1696848561144.png
 

VivaNick

Member
Screenshot 2023-10-09 at 09.26.23.png
Screenshot 2023-10-09 at 09.26.45.png

Hey @VivaNick

For the Mailchimp action step, when you want to assign a member to a particular group, utilize the "Get Interests Information" action, and specify the interest IDs as a comma-separated list with "true" to indicate selection for specific interests. For example, you can format it like this: "64cf34455c": true, "770af6a52e": true.


View attachment 32614
Hey
But the Parse error seems to be referencing the email?
 
P

Pabblymember11

Guest
But the Parse error seems to be referencing the email?

Due to the absence of the General Interests' ID in your complete API request in JSON format, the request is encountering issues, leading to an error in the Email section.

To resolve this, kindly include the General Interests ID as previously requested and attempt the operation again.

1696915450501.png
 
Top