Merge pull request #842 from andresmrm/list-api-endpoints
Add API enpoints to create, delete and get lists.
This commit is contained in:
commit
ebfbe30aa0
4 changed files with 187 additions and 0 deletions
|
@ -72,6 +72,8 @@
|
|||
"thisApiCallEitherDeleteEmailsFrom": "This API call either delete emails from blacklist",
|
||||
"getTheListsAUserHasSubscribedTo": "Get the lists a user has subscribed to",
|
||||
"retrieveTheListsThatTheUserWithEmailHas": "Retrieve the lists that the user with :email has subscribed to.",
|
||||
"getListsInNamespace": "Get the lists in a namespace",
|
||||
"retrieveTheListsThatTheNamespaceHas": "Retrieve the lists that the namespace with :namespaceId has.",
|
||||
"triggerFetchOfACampaign": "Trigger fetch of a campaign",
|
||||
"forcesTheRssFeedCheckToImmediatelyCheck": "Forces the RSS feed check to immediately check the campaign with the given CID (in :campaignCid). It works only for RSS campaigns.",
|
||||
"sendTransactionalEmail": "Send transactional email",
|
||||
|
@ -378,6 +380,9 @@
|
|||
"listDeleted": "List deleted",
|
||||
"editList": "Edit List",
|
||||
"createList": "Create List",
|
||||
"deleteList": "Delete List",
|
||||
"createListDescription": "Creates a new list of subscribers.",
|
||||
"deleteListDescription": "Deletes a list of subscribers.",
|
||||
"thisIsTheListIdDisplayedToTheSubscribers": "This is the list ID displayed to the subscribers",
|
||||
"contactEmail": "Contact email",
|
||||
"contactEmailUsedInSubscriptionFormsAnd": "Contact email used in subscription forms and emails that are sent out. If not filled in, the admin email from the global settings will be used.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue