Lists
This section shows the available routes related to AcyMailing lists
Last updated
This section shows the available routes related to AcyMailing lists
Last updated
GET
https://www.example.com/index.php?page=acymailing_front&option=com_acym&ctrl=api&task=getLists
Gets all AcyMailing lists or lists by ID
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
https://www.example.com/index.php?page=acymailing_front&option=com_acym&ctrl=api&task=createList
The parameters must be sent in JSON format inside the request's body.
DELETE
https://www.example.com/index.php?page=acymailing_front&option=com_acym&ctrl=api&task=deleteList
This deletes an AcyMailing list
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
offset
Int
Defaults to 0. Used for pagination, skips the first X results.
limit
Int
Defaults to 100. Used for pagination, limits the number of results.
filters
Array
You can filter users by column value. For example the id, active status or confirmation status. Available filters:
[
"id": 421,
"name": "test",
"active": 0
]
Api-Key*
String
The API key of a valid AcyMailing license used in the AcyMailing configuration page, tab "License".
Api-Key*
String
The API key of a valid AcyMailing license used in the AcyMailing configuration page, tab "License".
Content-Type*
String
application/json
name*
String
The name of the new list
active
Int
Defaults to 1.
1 = list active
2 = list inactive
color
String
The hexadecimal color code. For example #3366ff
welcomeId
Int
The ID of the AcyMailing mail to send when a user subscribes to this list.
unsubscribeId
Int
The ID of the AcyMailing mail to send when a user unsubscribes from this list.
visible
Int
Defaults to 1.
1 = list visible
2 = list invisible
An invisible list won't be shown on subscription forms. These are generally management lists.
listId*
Int
The ID corresponding to the AcyMailing list to delete
Api-Key*
String
The API key of a valid AcyMailing license used in the AcyMailing configuration page, tab "License".