xenial-black•15mo ago
Basic Auth with a CRM
When I make a request in postmant I have the field for basic auth but in in voiceflow I do't see it.
¿How can I do it?

2 Replies
To set up API integration in Voiceflow, follow these steps:
1. Get Your API Key:
- To show your API key, click show API key in the top right hand corner of the API documentation.
- If you don't have a key yet, visit your account page that will be linked in the API document.
2. Add the API Key to Your API Block:
- In the API block, under headers, label the first line "Authorization".
- Paste your authorization key in the second line.
3. Set Up the API Block in Voiceflow:
- Make sure you have selected the GET option in the API block.
4. Send the Request:
- Click "Send Request" to test the integration. If you see 200 OK, it means your integration is working.
Here's a visual guide to help you:
!API Block Setup
For more detailed instructions, you can refer to the Voiceflow API documentation.
xenial-blackOP•15mo ago
but there's not a authentication space or something?