The Salesforge API allows you to programmatically interact with your Salesforge workspace, enabling custom integrations, automation, and data synchronization between Salesforge and your existing tools.
The Salesforge API is available exclusively on the Growth plan.
If you're currently on a lower-tier plan, you'll need to upgrade to access API functionality.
To authenticate API requests, you'll need an API key.
To generate an API key:
Log in to Salesforge.
Navigate to Settings.
Open API & MCP.
Generate a new API key.
Store your API key securely, as it grants access to your Salesforge data.
Our complete API reference, including endpoints, request formats, response schemas, and authentication details, is available here:
https://api.salesforge.ai/public/v2/swagger/index.html#/
The Swagger documentation also allows you to explore available endpoints and test requests directly.
The Salesforge API provides access to many core platform features, including:
Create and retrieve workspaces
Access workspace information
Create contacts
Bulk import contacts
Retrieve contact records
Create, update, and delete sequences
Assign contacts to sequences
Manage sequence schedules
Update sequence status
Retrieve sequence analytics and performance data
Manage multichannel sequences
Connect LinkedIn accounts
Configure sender profiles
Manage enrollments and sequence actions
Retrieve validation results
Retrieve mailbox information
Update mailbox settings
Threads & Conversations
Retrieve email threads
Manage thread labels
Reply to email conversations
Access conversation data
Create and manage products
Retrieve product information
Create webhooks
Receive real-time notifications when supported events occur
All API requests require authentication using your API key.
The API uses bearer token authentication. Include your API key in the Authorization header of each request:
Authorization: Bearer YOUR_API_KEY
If you have questions about using the Salesforge API or encounter issues while building an integration, please contact us via the live chat in the bottom right corner.