Replies: 3 comments 1 reply
-
That sounds related to an integration, possibly Mailchimp? |
Beta Was this translation helpful? Give feedback.
-
Close, it is Campaign Monitor: Looking in the error report, I dont readily see which form this came from. Side question: it would be nice to know which form an error relates to when a site has many forms. This is an example of the error I am just about to delete, along with 2 others, that arrived this morning.. and Ill be deleting more tomorrow I imagine. Triggering form “campaignMonitor” integration.API error: “{"Code":429,"Message":"Subscriber was added too many times too quickly, try again later."}” /app/adelaidenationalparkcity/releases/ed2d8bc8bac5c178ee306e1afb0c7bf9248dc667/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:111 {
"submissionId": 25999,
"payload": {
"EmailAddress": "[email protected]",
"Name": "xYZORBWQQPNxw",
"CustomFields": [],
"Resubscribe": true,
"RestartSubscriptionBasedAutoresponders": true,
"ConsentToTrack": "Yes"
},
"integration": {
"apiKey": "$CM_API_KEY",
"clientId": "$CM_CLIENT_ID",
"fieldMapping": {
"Email": "{email}",
"Name": "{name1}",
"MobileNumber": "",
"ConsentToTrack": "Yes",
"ConsentToSendSms": "",
"Surname": "",
"Firstname1": ""
},
"listId": "1757903f4661038ae7f13993c57c0aba",
"name": "Campaign monitor",
"handle": "campaignMonitor",
"type": null,
"sortOrder": 1,
"cache": [],
"tokenId": null,
"uid": "e3cd4bb8-f81d-4502-938a-1e90a7cf7495",
"optInField": null,
"referrer": null,
"ipAddress": "102.36.229.25",
"id": "1",
"dateCreated": "2023-04-27T12:27:39+09:30",
"dateUpdated": "2024-03-13T15:26:05+10:30"
},
"description": null
} |
Beta Was this translation helpful? Give feedback.
-
Great to hear about getting the form into the payload.. will make life much easier for those of us with many forms. As for how to filter.. seems like user setting of a regex : 'API errors to exclude from the logs' would be a simple/flexible approach. I would start it off with |
Beta Was this translation helpful? Give feedback.
-
I am seeing lots of errors with this message, code 429.
They are all spam, so no need to worry about them.
Is there (can there be?) a setting to prevent errors like this being logged so the log only contains significant errors (this seems more like a warning than an error)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions