fluentcrm_detach_contact_from_list
Remove a contact from specific lists in FluentCRM marketing automation. Use this tool to manage contact list memberships by providing the subscriber ID and list IDs.
Instructions
Usuwa kontakt z listy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listIds | Yes | Lista ID list | |
| subscriberId | Yes | ID kontaktu |
Input Schema (JSON Schema)
{
"properties": {
"listIds": {
"description": "Lista ID list",
"items": {
"type": "number"
},
"type": "array"
},
"subscriberId": {
"description": "ID kontaktu",
"type": "number"
}
},
"required": [
"subscriberId",
"listIds"
],
"type": "object"
}