# Send LinkedIn Message Send LinkedIn Message Endpoint: POST /flows/api/linkedin-messages Version: 3.0 Security: bearerAuth ## Request fields (application/json): - `sender_profile_uuid` (any) Example: "{{_.senderProfileUuid}}" - `lead_uuid` (string) Example: "{{_.leadUuid}}" - `template_uuid` (string) Example: "{{_.templateUuid}}" - `text` (string) Example: "Hello John, how are you?" - `attachments` (array) ## Response 201 fields (application/json): - `uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `team_id` (integer) Example: 1 - `sender_profile_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `linkedin_account_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `linkedin_conversation_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `lead_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `task_pipeline_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `template_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `message_hash` (string) Example: "2-N2RmYmExZjMtOTJhMS00ZmM1LWIyYmYtOTlhMjhmMzU1MTU4XzAxMA==" - `text` (string) Example: "Hello there, this is mr. Twister" - `custom_content` (array) - `attachments` (array) - `type` (string) Example: "outbox" - `automation` (string) Example: "auto" - `status` (string) Example: "new" - `fail_reason` (string) Example: "Some reason of failing" - `read_at` (string) Example: "2022-05-20T20:49:39.000000Z" - `sent_at` (string) Example: "2022-05-20T20:49:39.000000Z" - `user_id` (integer) Example: 1