Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://gateway.crmspark.com.br/v1/forms/{id}/submit \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "phone": "<string>", "answers": [] } '
201
Example
{ "submissionId": "<string>", "outcomes": [ { "leadId": "<string>", "chatId": "<string>" } ] }
ID público do formulário (16 caracteres)
1 - 255
3 - 40
Show child attributes
Submissão registrada; retorna IDs de submissão e chats criados/reutilizados.
Was this page helpful?