Campaign can be inserted via invoking Enginemailer Campaign Management API.
Please note of the following before starting use this API
- The campaign API only allow the PAID user to use the service.
- The campaign content is not editable in the portal, but others parameter like Campaign name, Sender name and others are editable in the portal.
Authentication
Our REST API using the API key to authenticate user, it can be found in the following url:
https://portal.enginemailer.com/Account/UserProfile
Warning: Please note that we do not recommend the user to use API key in the javascript, it will expose the API key to the user. We will advise to use the backend to trigger the API for security purpose. If you lose the key or the key is being stolen, please regenerate the key in the user profile page.
The user is required to insert the key as ‘APIKey’ parameter to the request header.
Method
- CreateCampaign
- UpdateCampaign
- DeleteCampaign
- AssignRecipientList
- DeleteRecipientList
- PauseCampaign
- SendCampaign
- ScheduleCampaign
- GetCategoryList
- GetSubCategoryList
- ListCampaign
Error for Campaign API