Merge pull request #842 from andresmrm/list-api-endpoints

Add API enpoints to create, delete and get lists.
This commit is contained in:
Tomas Bures 2020-05-27 21:02:24 +02:00 committed by GitHub
commit ebfbe30aa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 187 additions and 0 deletions

View file

@ -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.",