fluentcrm_get_smart_link
Retrieve specific smart link details from FluentCRM marketing automation to access and manage tracking links for campaigns and communications.
Instructions
Pobiera szczegóły konkretnego Smart Link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| smartLinkId | Yes | ID Smart Link |
Input Schema (JSON Schema)
{
"properties": {
"smartLinkId": {
"description": "ID Smart Link",
"type": "number"
}
},
"required": [
"smartLinkId"
],
"type": "object"
}