API
yavendió! API
Connect your ERP, CRM, or other systems via API
What this integration does
The yavendió! REST API lets you send messages, query conversations, sync contacts, and trigger flows from any external system. Authenticate with an API key and get outbound webhooks for real-time events.
Benefits
Connect what you already use
ERP, CRM, or your own systems: send messages, query conversations, and sync contacts from any system over REST.
Real-time events
Outbound webhooks for message received, sale closed, or new contact, so your system finds out instantly, with no polling.
Production-grade security
API key authentication with every payload signed using HMAC-SHA256, so you only process legitimate events.
How it works with yavendió!
- Generate your API key in the dashboard and make your first call in minutes.
- Subscribe only to the events you need to cut noise and processing cost.
- Rate limits are set per workspace based on your plan, with usage headers on every response.
Frequently asked questions
Are there rate limits?
300 requests/minute per workspace on the Pro plan and 1,500 rpm on Diamond. Response headers include X-RateLimit-Remaining.
Are there official SDKs?
We have community-maintained, unofficial SDKs for TypeScript and Python. For production, we recommend calling the REST API directly.
