like-gold•17mo ago
Can I embed Apollo.io
Hey everyone,
I’m aware that you’re able to embed calendly to get appointments directly I. The chatbot, but can you do this for Apollo meetings?
2 Replies
While Voiceflow doesn't directly support Apollo.io integration, you can still achieve this by using the Custom Code step or API step in your Voiceflow project.
The Custom Code step allows you to write custom JavaScript code and execute it within your Voiceflow project. This could be used to interact with the Apollo.io API, if they provide one.
The API step allows you to make HTTP requests to external APIs. If Apollo.io provides an API, you can use this step to send GET, POST, PUT, DELETE, or PATCH requests to it.
Remember to check Apollo.io's documentation for information on how to interact with their API.
Also, you can customize the chat widget experience using our open-source Web Chat project. This could be useful if you want to embed Apollo.io directly into the chat widget.
Please note that these methods require some coding knowledge. If you're not comfortable with this, you might want to consider hiring a developer or learning some basic JavaScript and API interaction.
Lastly, always ensure that any integration you build adheres to the terms of service of both Voiceflow and Apollo.io.
You can also use an iframe.
Just do a google search for "calendly voiceflow" and replace the calendly part with your service.