Skip to main content

Quickstart

1
Generate an API key
Settings → Connections → API Keys → Generate Key. Copy it immediately — shown only once.
2
Make your first request
Call /v1/suggest with a lead's reply text and receive an AI suggestion back.
3
Register a webhook
Get real-time events pushed to your endpoint whenever something happens in SalesLobe.
4
Connect your tools
Use Make.com, Airtable, HubSpot or any webhook-compatible platform to automate your workflow.
First request
curl -X POST https://<base>/v1/suggest \
-H "X-SalesLobe-Key: sl_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{"reply_received":"Sounds interesting, tell me more","lead_name":"John"}'