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.
/linkedinAutomation/messages/send
{ "type": "object", "properties": { "linkedin_url": { "type": "string" }, "message_text": { "type": "string" }, "campaignId": { "type": "string" }, "country": { "type": "string", "default": "FR" }, "media_link": { "type": "string", "description": "Media link to send with the message", "nullable": true }, "additionalFormattedData": { "type": "object", "description": "Additional formatted data to send with the message", "nullable": true, "example": { "first_name": "John", "last_name": "Doe" } } }, "required": ["linkedin_url", "message_text", "campaignId"] }
{ "$ref": "#/components/schemas/LinkUpResponse" }