cURL
curl --request POST \ --url https://api.example.com/v1/forms/{id}/submit \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "phone": "<string>", "answers": [] } '
{ "submissionId": "<string>", "outcomes": [ { "platform": "whatsapp", "leadId": "<string>", "chatId": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.crmspark.com.br/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.crmspark.com.br/llms.txt
Use this file to discover all available pages before exploring further.
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?