cURL
curl --request POST \ --url https://app-api.walead.ai/api/v1/conversations/{conversationUrn}/messages \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "message": "<string>" } '
{ "success": true, "message": "<string>" }
Sends a message in a conversation
API key for authentication. Generate from your WaLead dashboard.
Conversation URN identifier
Message content
Message text to send
Message sent successfully