Hi! Has an ExpertSender integration already been planned, is it currently in progress, or has it perhaps already been submitted by the community?
If not, I’d like to formally request an official n8n node for ExpertSender.
It would help if there was a node for:
ExpertSender — an email/SMS marketing platform with a full REST API that uses an API key and a dedicated API server per Business Unit, as described in their documentation.
Key endpoints include:
-
Subscribers:
GET/POST https://api.esv2.com/v2/Api/Subscribers(manage subscribers) -
Transactional messages:
POST https://api.esv2.com/v2/Api/Transactionals -
Trigger messages:
POST https://api.esv2.com/v2/Api/Triggers -
Message statistics:
GET https://api.esv2.com/v2/Api/MessageStatistics -
Summary statistics:
GET https://api.esv2.com/v2/Api/SummaryStatistics -
Lists:
GET https://api.esv2.com/v2/Api/Lists -
Segments:
GET https://api.esv2.com/v2/Api/Segments
My use case:
I need to automate subscriber synchronization between systems, send transactional or trigger-based messages, and periodically fetch statistics and list/segment data. While this is technically possible using the HTTP Request node, it requires manual setup of endpoints, body structures, and credentials for every workflow, making maintenance harder and less accessible for non-technical users.
Any resources to support this?
-
ExpertSender API overview and authentication details:
https://help.expertsender.com/emp/api/ [help.exper…sender.com] -
Full list of API methods including Subscribers, Transactionals, Triggers, Lists, Segments, and Statistics:
https://help.expertsender.com/emp/api/methods/ [help.exper…sender.com]
Are you willing to work on this?
I can help with testing and validation.