ConnectSafely Documentation
API reference and workflow guides for ConnectSafely.
Welcome to ConnectSafely Docs
Build rich LinkedIn automation experiences with the ConnectSafely API and n8n workflows. This site mirrors the product documentation from the main app while adding live API playgrounds, code samples, and downloadable assets.
Get Started with ConnectSafely API
Follow these steps to start using the ConnectSafely API:
Step 1: Sign up for ConnectSafely
Create an account at ConnectSafely to access the API. You'll need an active account to generate API keys and make authenticated requests.
Step 2: Generate your API Key
Navigate to your dashboard and go to Settings → API Keys to generate your unique API key.
Important:
- Click the eye icon on the API Key page to reveal your key, then click copy
- You can regenerate your API key anytime from the same page (this will invalidate the old key)
- Keep your API key secure and never share it publicly
- Use environment variables in production for better security
Step 3: Make your first API call
Use your API key in the Authorization header to authenticate your requests. Check out the endpoints in the API section to get started.
Quick Links
API Endpoints
Explore LinkedIn Actions, Posts, and Profiles endpoints with live examples and code samples.
Integrations
Connect ConnectSafely with n8n and other automation platforms to build powerful workflows.
Base URL
All API requests should be made to:
https://api.connectsafely.aiAuthentication
All authenticated endpoints expect an API key passed as a Bearer token:
Authorization: Bearer <YOUR_API_KEY>Next Steps
- Explore
LinkedIn Actionsto programmatically follow, message, and connect with prospects. - Jump to
LinkedIn Postsfor engagement automation. - Review the
n8n Integrationguide to trigger workflows without writing code.
Need help? Email support@connectsafely.ai.
