Write contact data
Written By William Bowen
Last updated Over 1 year ago
Template
Example{ "$schema": "https://web-api.clerk.chat/pipeline-schema", "name": "contact_tools", "nodes": [ { "type": "tool_runner", "name": "ContactTools", "triggeredBy": [ "userMessage" ], "responseType": "json", "nodeConfig": { "type": "contact_tools", "config": {}, "enabledTools": [ "extract_attribute" ], "tools": { "extract_attribute": { "paramValues": { "attributeName": { "type": "fixed", "value": "Faviour-color" }, "attributeValue": { "type": "fixed", "value": "green" } } } } } } ], "edges": [] }