fluentcrm_list_smart_links
Retrieve and search Smart Links from FluentCRM to manage automated marketing URL tracking and redirection for your campaigns.
Instructions
Pobiera listę Smart Links z FluentCRM (może nie być dostępne w obecnej wersji)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Numer strony | |
| search | No | Szukaj Smart Link |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Numer strony",
"type": "number"
},
"search": {
"description": "Szukaj Smart Link",
"type": "string"
}
},
"type": "object"
}