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:
json
{
"actionType": "st.sendMessage",
"personUrl": "https://www.linkedin.com/in/person1",
"text": "Hi! I'd love to connect and discuss some ideas."
}Completion:
json
{
"actionType": "st.sendMessage",
"success": true
}💡 If you want to send a message in Sales Navigator (spend your Sales Navigator in-mail credits), use
nv.sendMessageaction.
💡 To reply into a known conversation without resolving the person's profile URL, pass a
threadId(as returned by inbox or conversation polling) instead ofpersonUrl. Seest.sendMessage.
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.