fluentcrm_get_contact
Retrieve contact details from FluentCRM using subscriber ID to access customer information for marketing automation workflows.
Instructions
Pobiera szczegóły konkretnego kontaktu
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriberId | Yes | ID kontaktu |
Input Schema (JSON Schema)
{
"properties": {
"subscriberId": {
"description": "ID kontaktu",
"type": "number"
}
},
"required": [
"subscriberId"
],
"type": "object"
}