fluentcrm_find_contact_by_email
Find a contact in FluentCRM using their email address to access contact details and manage customer relationships within your marketing automation platform.
Instructions
Wyszukuje kontakt po adresie email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Adres email |
Input Schema (JSON Schema)
{
"properties": {
"email": {
"description": "Adres email",
"type": "string"
}
},
"required": [
"email"
],
"type": "object"
}