Acumbamail
Acumbamail is an email marketing and automation platform that allows users to create, manage, and analyze email campaigns, newsletters, and SMS marketing with an intuitive interface and API integration.
Categories: marketing-automation
Type: acumbamail/v1
Connections
Version: 1
Authorization token
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
auth_token | Access token | STRING | true |
Actions
Add Subscriber
Name: addSubscriber
Add a subscriber to a list.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
list_id | List Id | INTEGER | List identifier. | true |
Example JSON Structure
{ "label" : "Add Subscriber", "name" : "addSubscriber", "parameters" : { "list_id" : 1 }, "type" : "acumbamail/v1/addSubscriber"}
Output
Type: INTEGER
Delete Subscriber
Name: deleteSubscriber
Removes a subscriber from a list.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
list_id | List Id | INTEGER | List identifier. | true |
STRING Depends Onlist_id | Subscriber email address. | true |
Example JSON Structure
{ "label" : "Delete Subscriber", "name" : "deleteSubscriber", "parameters" : { "list_id" : 1, "email" : "" }, "type" : "acumbamail/v1/deleteSubscriber"}
Output
This action does not produce any output.
Create Subscriber List
Name: createSubscriberList
Creates a new subscribers list.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
STRING | Email address that will be used for list notifications. | true | ||
name | Name | STRING | List name | true |
company | Company | STRING | Company that the list belongs to | false |
country | Country | STRING | Country where the list comes from | false |
city | City | STRING | City of the company | false |
address | Address | STRING | Address of the company | false |
phone | Phone | STRING | Phone number of the company | false |
Example JSON Structure
{ "label" : "Create Subscriber List", "name" : "createSubscriberList", "parameters" : { "email" : "", "name" : "", "company" : "", "country" : "", "city" : "", "address" : "", "phone" : "" }, "type" : "acumbamail/v1/createSubscriberList"}
Output
Type: INTEGER
Delete Subscriber List
Name: deleteSubscriberList
Deletes a list of subscribers.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
list_id | List Id | INTEGER | List identifier. | true |
Example JSON Structure
{ "label" : "Delete Subscriber List", "name" : "deleteSubscriberList", "parameters" : { "list_id" : 1 }, "type" : "acumbamail/v1/deleteSubscriberList"}
Output
This action does not produce any output.