CRM
Is it possible to connect an agent to more professional CRMs other than airtable? Like Hubspot for example. How does it work?
4 Replies
Sure. You can use their API and either create access it using the VF API step or write a VF Function.
Just to make sure what's a VF funtion
Functions | Voiceflow
Explore a library of reusable custom logic, operations, and integrations to use across AI Agent builds.
Here are the docs: https://docs.voiceflow.com/docs/custom-functions
Voiceflow
Introduction to developing functions
In Voiceflow, functions allow you to create reusable, user-defined steps that can perform tasks ranging from simple text manipulation to making complex API calls. Functions are written in JavaScript (ES6 on V8).
Example functions
Extract Chunks from a Knowledge Base Response:Click to Download
Send a…