add_customer
Add a new customer to the Chirak store contacts directory with name, email, phone, address, channel, and notes to keep customer information organized for sales and follow-up.
Instructions
Add a new customer to the Chirak store contacts directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Customer full name (required). | |
| No | Customer email address. | ||
| notes | No | VIP notes or customer preferences. | |
| phone | No | Customer phone number. | |
| address | No | Customer delivery / billing address. | |
| channel | No | Primary channel: 'WhatsApp', 'Instagram', 'Mağaza / Telefon', 'Telegram', 'TikTok', 'Diğer'. | |
| socialHandle | No | Social media username (e.g. '@selin'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Result data payload from Chirak API. | |
| success | No | Status of the tool execution. |