Howdy!
I already connected Google Sheets Node and Mailerlite API Node - works like a charm (once new row in Google Sheets is created, create a new Subscriber in Mailerlite).
The problem is to assign a subscriber to a group. Different ID’s for n8n output and Mailerlite information.
Subscriber ID
Mailerlite - 133438840222254476
n8n output - 133438840222254480
Group ID
Mailerlite - 133442114255062194
n8n output - 13344211425506219
The problem was raised in February on this forum and then then I saw that someone on July 12th also opened “MailerLite nodes return wrong subscriber ID #10020” issue on Github so I guess it’s the same problem and it’s still not solved?
If this is the case, is there any way to go around this issue and still get the same results, haha?
POST https://connect.mailerlite.com/api/subscribers/{subscriber_id}/groups/{group_id}
Initial idea was to drag and drop subscriber_id from the Mailerlite Node I get after I add that email as a subscriber and provide group_id, but because these IDs are different on n8n and Mailerlite end - what could be the solution?
Information on your n8n setup
- n8n version: 1.59.4 (Self Hosted)
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu