fluentcrm_list_contacts
Retrieve and manage contact lists from FluentCRM marketing automation platform. Search contacts by email or name, and control pagination for large datasets.
Instructions
Pobiera listę wszystkich kontaktów z FluentCRM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Numer strony (default: 1) | |
| per_page | No | Ilość rekordów na stronę (default: 10) | |
| search | No | Szukaj po emailu/imieniu |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Numer strony (default: 1)",
"type": "number"
},
"per_page": {
"description": "Ilość rekordów na stronę (default: 10)",
"type": "number"
},
"search": {
"description": "Szukaj po emailu/imieniu",
"type": "string"
}
},
"type": "object"
}