The Clarify MCP Node integrates securely with Clarify marketing and customer data operations through the Scalekit MCP gateway. It enables your AI agent to manage campaigns, lists, records, custom objects, fields, leads, analytics, schema, and user feedback.
Parameters
Required Parameters
- action (string): The target Clarify MCP tool action to run. Must be one of the enabled actions:
clarifymcp_add_comment: Add a comment.clarifymcp_create_or_update_campaign: Create or update a campaign.clarifymcp_create_or_update_custom_object: Create or update a custom object.clarifymcp_create_or_update_fields: Create or update fields.clarifymcp_create_or_update_list: Create or update a list.clarifymcp_create_or_update_records: Create or update records.clarifymcp_delete_campaign: Delete a campaign.clarifymcp_delete_custom_object: Delete a custom object.clarifymcp_delete_fields: Delete fields.clarifymcp_delete_list: Delete a list.clarifymcp_delete_records: Delete records.clarifymcp_find_leads: Find leads.clarifymcp_get_campaigns: Retrieve campaigns.clarifymcp_get_current_user: Retrieve the current user.clarifymcp_get_lists: Retrieve lists.clarifymcp_get_records: Retrieve records.clarifymcp_get_schema: Retrieve schema information.clarifymcp_import_leads: Import leads.clarifymcp_merge_records: Merge records.clarifymcp_query_analytics: Query analytics data.clarifymcp_query_data: Query data.clarifymcp_submit_feedback: Submit feedback.
Optional Parameters
- params (object): A key-value dictionary containing action-specific inputs (e.g.,
{'campaign_id': 'abc123', 'record': {'name': 'Acme, Inc.'}}).
Practical Use Cases
- Campaign management: Create, update, and delete marketing campaigns alongside related lists and custom object records.
- Lead and record operations: Import, find, merge, and update records to keep customer data synchronized across systems.