This action allows you to invite your LinkedIn connections to an event. You must be an event admin or an attendee to send invitations, and you can only invite your first-degree connections.
Ensure you have the necessary permissions to invite contacts to the event.
Parameters
No additional parameters are required for this action.
Output Fields
The following fields are returned upon successful execution of the action:
The name of the company associated with the LinkedIn profile
The first name of the LinkedIn profile owner
The full name of the LinkedIn profile owner
The job title of the LinkedIn profile owner
The last name of the LinkedIn profile owner
The URL of the LinkedIn event
linkedin_people_post_search_url
The LinkedIn people post search URL
The LinkedIn profile handle
Indicates if the invitation is pending
sales_navigator_profile_id
The Sales Navigator profile ID
Below is the JSON schema for the output fields:
{
"company_name" : "string" ,
"first_name" : "string" ,
"full_name" : "string" ,
"job_title" : "string" ,
"last_name" : "string" ,
"linkedin_event_url" : "string" ,
"linkedin_people_post_search_url" : "string" ,
"linkedin_profile_handle" : "string" ,
"linkedin_profile_id" : "string" ,
"linkedin_profile_url" : "string" ,
"pending" : "boolean" ,
"sales_navigator_profile_id" : "string"
}
Ensure all input URLs are correctly formatted to avoid errors.