Developer overview
Connect your systems to Vivollo with API keys, webhooks, and the REST API.
Developer tools let your code read Vivollo data, add content, and react to events.
Choose the right tool
| Tool | Use it for |
|---|---|
| API keys | Authenticate code that connects to your workspace |
| REST API | Read data or create and update supported resources |
| Webhooks | Notify your system when a Vivollo event happens |
Many integrations use webhooks and the API together. A webhook reports that an event happened; the API can then fetch the full record.
Integration inside a conversation
Use the API request action when a flow needs to contact your system during a live conversation. Use the Developer tools for integrations around Vivollo, such as reporting, syncing, or publishing knowledge.
All API access is authenticated and scoped to your workspace.