Visiting person page
To visit a person's LinkedIn page so that they see your visit in their profile views and notifications, include st.openPersonPage
action in your workflow. Here's an example:
Workflow:
{
"actionType": "st.openPersonPage",
"personUrl": "https://www.linkedin.com/in/person1",
"basicInfo": false
}
Completion:
{
"actionType": "st.openPersonPage",
"success": true
}
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.