# Send a LinkedIn message Send a LinkedIn message to a contact through a sender profile. The message will be queued and sent via the linked LinkedIn account. Endpoint: POST /flows/api/linkedin-messages Version: 2.0.0 Security: bearerAuth ## Request fields (application/json): - `sender_profile_uuid` (string, required) - `lead_uuid` (string, required) - `text` (string, required) Example: "Hi John, thanks for connecting!" - `template_uuid` (string) Optional AI template UUID. - `attachments` (array) ## Response 201 fields (application/json): - `uuid` (string) - `team_id` (integer) - `sender_profile_uuid` (string) - `linkedin_account_uuid` (string) - `linkedin_conversation_uuid` (string) - `lead_uuid` (string) - `task_pipeline_uuid` (string,null) - `template_uuid` (string,null) - `message_hash` (string,null) - `text` (string) Example: "Hi John, thanks for connecting!" - `custom_content` (array,null) - `attachments` (array,null) - `type` (string) inbox or outbox. Example: "outbox" - `automation` (string) auto or manual. - `status` (string) Example: "sent" - `fail_reason` (string,null) - `read_at` (string,null) - `sent_at` (string,null) - `user_id` (integer)