Missing Mailerlite API - HTTP Request

Heyo!

I want to add a subscriber to an existing group in Mailerlite (it’s not yet available through Mailerlite Node) so I’ve decided to do it through POST request using the HTTP Request Node.

I’ve already created credentials to connect to Mailerlite API and it works great (I’m able to add subscriber to Mailerlite through Mailerlite Node).

Is there any reason why there is no Mailerlite API for Predefined Credential Type in HTTP Request?

1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

you don’t went to use Authentication
we can customize if don’t have on Authentication
can you try on this. i use this method with google calendar before

He already has credentials made.
The credentials in this case are not set to be able to be used in the HTTP request node, probably because they are older credentials. So this can easily be fixed so he can use the pre-defined credentials. :slight_smile:

Is there any other way to get around? I’ve tried:

  • Generic Credential Type - Header Auth. Doesn’t work.
  • Authentication - None. Send Headers with Header Parameters. Doesn’t work.

EDIT. Don’t be like me, read some documentations.

Header Auth works fine. For credentials, Name should be “Authorization” and for value “Bearer YOUR_API_TOKEN”.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.