Hi,
I haven’t changed anything to do with my use of the API Connector plugin but suddenly Loops and my other API connections are throwing errors.
Attached is the Loops error.
Please assist.
Thanks.
Did you inspect the JSON sent?
In the past, when this happened, this was because some dynamic parameters was not sent as it should. Are you sure you don’t have any error in your json encoding?
Hi Jici,
Many thanks for assisting.
Not sure how to inspect the JSON, but we have changed absolutely nothing since our initial developer set this up for us.
I’ve checked the mailing list ID in loops and they match up.
Below is a screenshot what is set up on Bubble.io.
Any suggestions will be appreciated.
Thanks.
Hi
I figured how to debug > console and this is what I see:
run.js:270 Element Signup Button 2 - The service Loops - Create Contact just returned an error (HTTP 400). Please consult their documentation to ensure your call is setup properly. Raw error:
{"success":false,"message":"invalid json"}
{code: ‘1752202169781x213666972915265470’, server_generated: true, event: exported4, element_instance: ElementInstance2, log: Array(3)}
Whoo Hoo!
I asked DeepSeek to check the JSON and it gave me it’s corrected versio, (below) and problem solved.
Many thanks for your assistance though.
{
“email”: “”,
“mailingLists”: {
“cm1smns8500rm0mjw79pk9xb8”: true
},
“firstName”: “”,
“lastName”: “”,
“source”: “
“subscribed”: true,
“userId”: “”
}


