> ## Documentation Index
> Fetch the complete documentation index at: https://v3.captaindata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Accept LinkedIn Received Invitations

> Automatically accept received invitations from your LinkedIn network.

This action allows you to seamlessly accept invitations from your LinkedIn network, enhancing your professional connections without manual intervention.

### Inputs

<Info>This action does not require any input fields.</Info>

### Parameters

<Info>Currently, there are no parameters available for this action.</Info>

### Output Fields

The following fields are returned upon successful execution of the action:

<ResponseField>
  <Expandable title="properties">
    <ResponseField name="first_name" type="string">
      The first name of the LinkedIn user
    </ResponseField>

    <ResponseField name="full_name" type="string">
      The full name of the LinkedIn user
    </ResponseField>

    <ResponseField name="invitation_secret" type="string">
      The secret associated with the invitation
    </ResponseField>

    <ResponseField name="last_name" type="string">
      The last name of the LinkedIn user
    </ResponseField>

    <ResponseField name="linkedin_invitation_id" type="string">
      The ID of the LinkedIn invitation
    </ResponseField>

    <ResponseField name="linkedin_profile_handle" type="string">
      The LinkedIn profile handle
    </ResponseField>

    <ResponseField name="linkedin_profile_id" type="string">
      The LinkedIn profile ID
    </ResponseField>

    <ResponseField name="linkedin_profile_image_url" type="string">
      The URL of the LinkedIn profile image
    </ResponseField>

    <ResponseField name="linkedin_profile_url" type="string">
      The URL of the LinkedIn profile
    </ResponseField>

    <ResponseField name="message" type="string">
      The message associated with the invitation
    </ResponseField>

    <ResponseField name="sales_navigator_profile_id" type="string">
      The Sales Navigator profile ID
    </ResponseField>

    <ResponseField name="sent_time" type="string">
      The time the invitation was sent
    </ResponseField>

    <ResponseField name="title" type="string">
      The title of the LinkedIn user
    </ResponseField>
  </Expandable>
</ResponseField>

Below is the JSON schema for the output fields:

<Accordion title="Show JSON Output Schema">
  ```json
  {
      "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"
  }
  ```
</Accordion>
