Actions API
Run pre-built actions on connected user sessions
This API is currently in beta 🧪 and is only available for our LinkedIn integration, but will be expanded to support more integrations in the future.
Overview
The Actions API allows you to run pre-built actions on connected user sessions via a REST API. It’s an ideal alternative to the Runtime SDK for simple use cases that removes the need for browser automation scripting.
Setup
You’ll need an Anon API key. Head to console.anon.com to sign up and get one!
Once you’ve connected a LinkedIn account via Anon Link, you’ll be set to start making API calls.
Usage
All requests to the Actions API require setting the Authorization
header to your API key using the Bearer
scheme, as well as specifying the appUserId
in the request body or query parameters.
The appUserId
is the unique identifier for the user in your application. It’s the same value used when creating Anon Link URLs.
Head to the LinkedIn Actions section of the API reference to start building!
Next Steps
Looking to use more integrations and run your own custom actions?
Runtime SDK
Use Puppeteer or Playwright to build your own actions.
Was this page helpful?