LinkedIn · Arazzo Workflow

LinkedIn Pull Social Action Notifications

Version 1.0.0

Confirm organization access, then pull pending social action notifications.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub BusinessCareersMarketingProfessional NetworkingRecruitingSocial-MediaFortune 1000ArazzoWorkflows

Provider

linkedin

Workflows

pull-social-action-notifications
Confirm organization access and pull pending social action notifications.
Confirms the authenticated member's access to the organization, then retrieves pending organization social action notifications.
2 steps inputs: authorization, linkedinVersion, organizationUrn outputs: notifications
1
confirmAccess
Confirm the authenticated member's access control role on the organization before polling notifications.
2
pullNotifications
Retrieve pending social action notifications for the authenticated member's organization.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: LinkedIn Pull Social Action Notifications
  summary: Confirm organization access, then pull pending social action notifications.
  description: >-
    The pull delivery model lets an application poll for organization social
    action notifications it is authorized to read. This workflow first confirms
    the authenticated member's access to the organization via the access control
    finder, and then retrieves pending social action notifications for the
    authenticated member's organization. Every step spells out its request
    inline, including the Authorization bearer token and the required
    LinkedIn-Version header, so the flow can be read and executed without opening
    the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: useCasesOrganizationAccessControlsApi
  url: ../openapi/linkedin-use-cases-organization-access-controls-api-openapi.yml
  type: openapi
- name: useCasesSocialActionsNotificationsOrganizationSocialActionsNotificationsPullWorkflowApi
  url: ../openapi/linkedin-use-cases-social-actions-notifications-organization-social-actions-notifications-pull-workflow-api-openapi.yml
  type: openapi
workflows:
- workflowId: pull-social-action-notifications
  summary: Confirm organization access and pull pending social action notifications.
  description: >-
    Confirms the authenticated member's access to the organization, then
    retrieves pending organization social action notifications.
  inputs:
    type: object
    required:
    - authorization
    - linkedinVersion
    - organizationUrn
    properties:
      authorization:
        type: string
        description: The OAuth 2.0 bearer credential, e.g. "Bearer <access-token>".
      linkedinVersion:
        type: string
        description: The LinkedIn-Version header in YYYYMM format (e.g. "202401").
      organizationUrn:
        type: string
        description: The URL-encoded organization URN to check access for (e.g. "urn%3Ali%3Aorganization%3A123456").
  steps:
  - stepId: confirmAccess
    description: >-
      Confirm the authenticated member's access control role on the organization
      before polling notifications.
    operationId: getFindOrganizationAccessControl
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: Linkedin-Version
      in: header
      value: $inputs.linkedinVersion
    - name: X-Restli-Protocol-Version
      in: header
      value: "2.0.0"
    - name: q
      in: query
      value: organization
    - name: organization
      in: query
      value: $inputs.organizationUrn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      accessControl: $response.body
  - stepId: pullNotifications
    description: >-
      Retrieve pending social action notifications for the authenticated
      member's organization.
    operationId: getRetrieveNotificationsForThe
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: Linkedin-Version
      in: header
      value: $inputs.linkedinVersion
    - name: X-Restli-Protocol-Version
      in: header
      value: "2.0.0"
    - name: q
      in: query
      value: subscriberAndEventType
    - name: eventType
      in: query
      value: ORGANIZATION_SOCIAL_ACTION_NOTIFICATIONS
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      notifications: $response.body
  outputs:
    notifications: $steps.pullNotifications.outputs.notifications

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/linkedin-pull-social-action-notifications-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.