curl -X POST https://api.linkedcamp.com/conversations/send-message \ -H "token: YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "conversationId": "60f7a1b2c3d4e5f6a7b8c9d1", "content": "Hi John, thanks for connecting! I wanted to reach out about..." }'
{ "success": true, "message": "Message sent successfully!" }
Send a message to a prospect in an existing conversation.
Documentation IndexFetch the complete documentation index at: https://docs.linkedcamp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.linkedcamp.com/llms.txt
Use this file to discover all available pages before exploring further.