ConnectSafely Documentation
API reference and workflow guides for ConnectSafely - the LinkedIn inbound lead generation platform.
Welcome to ConnectSafely Docs
Build powerful LinkedIn automation experiences with the ConnectSafely API and workflow integrations. This documentation covers our REST API, MCP server integration, and no-code platforms like n8n and Make.com.
According to LinkedIn's official statistics, the platform has over 1 billion members globally, making it the world's largest professional network for B2B lead generation.
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—see OWASP API Security guidelines for best practices
Step 3: Make your first API call
Use your API key in the Authorization header to authenticate your requests. Start with the Send Message endpoint or explore the full API reference.
Quick Links
API Endpoints
Explore LinkedIn Actions, Posts, and Profiles endpoints with live examples and code samples.
Integrations
Connect ConnectSafely with n8n, Make.com, HubSpot, and AI assistants via MCP.
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>This follows the standard Bearer Token authentication pattern defined in RFC 6750.
Next Steps
- Explore LinkedIn Actions to programmatically follow, message, and connect with prospects
- Jump to LinkedIn Posts for engagement automation including commenting and reactions
- Review the n8n Integration guide to trigger workflows without writing code
- Set up MCP Server to connect AI assistants like Claude Desktop or Cursor
- Integrate with HubSpot for CRM synchronization
Learn More
- OpenAPI Specification - Industry standard for API documentation
- Model Context Protocol - Open protocol for AI integrations
- n8n Documentation - Workflow automation platform
- Make.com Help Center - Visual automation platform
Need help? Email support@connectsafely.ai.
