fluentcrm_create_automation
Create new marketing automation workflows in FluentCRM by defining triggers and actions to automatically engage contacts based on specific behaviors or conditions.
Instructions
Tworzy nową automatyzację
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | ||
| title | Yes | Nazwa automatyzacji | |
| trigger | Yes | Typ triggera |
Input Schema (JSON Schema)
{
"properties": {
"description": {
"type": "string"
},
"title": {
"description": "Nazwa automatyzacji",
"type": "string"
},
"trigger": {
"description": "Typ triggera",
"type": "string"
}
},
"required": [
"title",
"trigger"
],
"type": "object"
}