Skip to main content

Messaging

Sending message

To send a message to a person in LinkedIn, you need to include st.sendMessage action in your workflow. Here's an example:

Workflow:


{
  "actionType": "st.sendMessage",
  "personUrl": "https://www.linkedin.com/in/person1",
  "text": "Hi! I'd love to connect and discuss some ideas."
}

Completion:


{
  "actionType": "st.sendMessage",
  "success": true
}
💡
If you want to send a message in Sales Navigator (spend your Sales Navigator in-mail credits), use nv.sendMessage action.

This page provides examples of workflows and their completions. For detailed documentation on constraints, parameters, and possible results of specific actions, always refer to the corresponding action documentation pages.