fluentcrm_generate_smart_link_shortcode
Generate shortcodes for FluentCRM Smart Links to embed trackable marketing links in WordPress content for campaign performance monitoring.
Instructions
Generuje shortcode dla Smart Link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| linkText | No | Tekst linku (opcjonalny) | |
| slug | Yes | Slug Smart Link |
Input Schema (JSON Schema)
{
"properties": {
"linkText": {
"description": "Tekst linku (opcjonalny)",
"type": "string"
},
"slug": {
"description": "Slug Smart Link",
"type": "string"
}
},
"required": [
"slug"
],
"type": "object"
}