This action allows you to seamlessly accept invitations from your LinkedIn network, enhancing your professional connections without manual intervention.
This action does not require any input fields.
Parameters
Currently, there are no parameters available for this action.
Output Fields
The following fields are returned upon successful execution of the action:
The first name of the LinkedIn user
The full name of the LinkedIn user
The secret associated with the invitation
The last name of the LinkedIn user
The ID of the LinkedIn invitation
The LinkedIn profile handle
linkedin_profile_image_url
The URL of the LinkedIn profile image
The URL of the LinkedIn profile
The message associated with the invitation
sales_navigator_profile_id
The Sales Navigator profile ID
The time the invitation was sent
The title of the LinkedIn user
Below is the JSON schema for the output fields:
{
"first_name" : "string" ,
"full_name" : "string" ,
"invitation_secret" : "string" ,
"last_name" : "string" ,
"linkedin_invitation_id" : "string" ,
"linkedin_profile_handle" : "string" ,
"linkedin_profile_id" : "string" ,
"linkedin_profile_image_url" : "string" ,
"linkedin_profile_url" : "string" ,
"message" : "string" ,
"sales_navigator_profile_id" : "string" ,
"sent_time" : "string" ,
"title" : "string"
}