fluentcrm_create_list
Create a new contact list in FluentCRM to organize and segment your email marketing subscribers for targeted campaigns.
Instructions
Tworzy nową listę w FluentCRM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Opis listy | |
| slug | No | Slug listy | |
| title | Yes | Nazwa listy |
Input Schema (JSON Schema)
{
"properties": {
"description": {
"description": "Opis listy",
"type": "string"
},
"slug": {
"description": "Slug listy",
"type": "string"
},
"title": {
"description": "Nazwa listy",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}