Add Contact via API Support
It would be highly valuable to have an API endpoint that allows external applications to add or sync contacts directly into the BillionMail MailServer.
Use Case: For example, in a WordPress environment, this feature would make it possible to automatically sync newly registered users or subscribers with the BillionMail contact list. This can streamline email marketing workflows and ensure that the contact database remains up to date without manual intervention.
Suggested Features:
POST /api/contactsendpoint to create a new contact- Support for common fields such as:
email,first_name,last_name,phone,tags, etc. - API authentication via token or key
- Optional webhook support to confirm sync status
This feature would make BillionMail more integrable with external platforms and help developers build seamless automation.
Thank you for considering this enhancement!
Thank you for your attention to BillionMail. This feature is already in our roadmap; please wait for our future releases.
Hello,
ideally it could be useful to sync contats from a CRM or database using:
- a bulk upsert endpoint
- an upsert contacts endpoint based on an external id an/or email address
regards
BillionMail now supports API functionality in the latest version.
To get started:
- Update to the latest version(v4.6);
- Go to Settings → Common Settings→ API Settings, enable API access and generate your API key;
- Start using available APIs .
Full API guide:
https://www.billionmail.com/start/api_usage_guide.html