cURL
curl --request POST \ --url https://app.flowella.io/api/v1/contacts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phone": "+15551234567", "name": "Ada Lovelace", "email": "ada@example.com", "waId": "<string>" } '
{ "id": "<string>", "phone": "<string>", "isOptedOut": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "waId": "<string>", "name": "<string>", "email": "<string>" }
Documentation IndexFetch the complete documentation index at: https://knowledge.flowella.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://knowledge.flowella.io/llms.txt
Use this file to discover all available pages before exploring further.
Organization API key (flo_…). Send as Authorization: Bearer <key>.
flo_…
Authorization: Bearer <key>
3 - 32
"+15551234567"
200
"Ada Lovelace"
"ada@example.com"
64
Contact upserted