Context
The NMP guides its users to create a marketing campaign from A to Z: from content creation to sending the campaign.
The NMP users are regularly led in their daily lives to switch from the NMP to other tools according to their needs.
It is to facilitate these bridges with third-party tools that the NMP now allows to be queried directly via API.
Accounts can be created to access this API for one or more groups, with granular permissions.
Accessly - API account creation
Accessly lets you create accounts that can interact with the APIs detailed below with the rights given to it.
Accessly is defined at two levels:
Groups on which the account can act: it can create and read resource information for given groups.
Actions the account can perform
This will enable the account to perform only selected actions on the groups to which it has access.
Account creation is accessible to Accessly administrators.
Factorly - Email Content
Factorly enables the creation of email content to be used in an email campaign.
These different actions can be performed programmatically via API:
Create email content by sending HTML within the API call
List email content already created and retrieve the HTML associated with each of these resources
Contactly - Contact list
Contactly enables the creation of contact lists in order to target these individuals in a campaign later on.
These different actions can be performed programmatically via API:
Create a contact list by defining the different fields of the list
-
Trigger the feeding of a contact list and track its import:
Feeding multiple contacts via a file dropped on SFTP
Feeding in a single contact with contact information in the API call
List contact lists already created and their members
Sendingly - Campaign
Sendingly enables the creation of email and SMS campaigns.
These different actions can be performed programmatically via API:
-
Create a campaign on Sendingly:
One shot, automatic, transactional and external trigger campaigns
For email and SMS channels
List existing campaigns and retrieve information from each
Trigger the sending of a scheduled campaign with external trigger
Sendingly - Sending messages
Each email or SMS sent from Sendingly is tracked individually.
These different actions can be performed programmatically via API:
Trigger the sending of a transactional message associated with an application campaign
Recover information from a message or all messages in a campaign
Recover replies received after a message has been sent
Complementary article
How to create content using an HTML file?