curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/create-contact \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "phone_number": "+14155551234", "name": "John Smith", "email": "[email protected]", "company": "Acme Corp", "tags": ["customer", "vip"] }'
{ "id": "c1d2e3f4-5678-9abc-def0-123456789abc", "phone_number": "+14155551234", "name": "John Smith", "email": "[email protected]", "company": "Acme Corp", "notes": null, "tags": ["customer", "vip"], "metadata": {}, "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:30:00Z" }
Create a new contact in your address book
+14155551234
John Smith
[email protected]
Acme Corp
Prefers morning appointments
["customer", "vip"]
{ "customer_id": "cust_123", "source": "website" }