Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{operatorDomain}/v1/public/leads \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "name": "<string>", "phone": "<string>", "message": "<string>", "productId": "<string>", "captchaToken": "<string>" } '
{ "ok": true, "signalId": "<string>" }
Storefront CRM lead intake. Optionally guarded by captcha / rate limiting.
Created lead acknowledgement