Wow! Thank you so very much. Truly outstanding very grateful for the detailed explanation and description of python code and the possibilities to change it. Exactly what I have been looking for, subscribed and truly looking forward to see everything you put out. Thank you, looking forward to showing my appreciation.
@@tech-at-work a unique spin that you could put on the video is showing how to use an inbound agent to book a call AND leveraging bland AIs dynamic data objects in the build. For example maybe the inbound agent books an appointment but first checks that there is availability in the calendar. I've seen other videos on setting up appointment bookings but I've yet to see one where the agent first checks that there is availability in the calendar at that time
Great video, thank you!!! Question for you - how do you customize the AI with additional sentences & responses? For example, you wrote “first sentence”. How would I add responses and a 2nd or 3rd sentence?
Tried over an over but won't run. Error message points to File Path. There is no longer a file path select in Drive. I installed Drive Explorer, game a path that used > between elements. Did not work. I tried to duplicate your file path in your video. No luck. I would be happy if it worked but I am searching for another way...
@tech-at-work Do you have suggestions for 3rd parties I could hire to help implement what you have put together in this video? I am a business owner lacking developer skills and would like to contract with someone to stand up this functionality (linked to High Level CRM). Any suggestions? Many thanks!
Is there an update to this where I can train the ai go be more specific with its training prompt of what to say? And do you have a way for incoming calls also with pinecone so it remembers customers when they call back
Wow, this is great! I am a Real Estate agent looking for a bot to do lead calling from people who have requested more information. I would have liked to hear the final product of your AI Bot making that first call. Curious to see how it flowed. Do you offer assistance to create the bot??
Hi, awesome video, thanks ! 2 questions: - Is it possible to make calls in French and Spanish aside English? - Is it possible to make an automation? Like each time there's a new contact added to the csv it gets updated and the person gets the call. TIA 😊
brother, in order to call, should I top up my blanc ai? And bro, where can I see the transcript of the entire conversation? If I'm not mistaken, then it should be in the table, right? with the answer to who answered the call, was the customer interested and so on
If you’re going to run the full batch, you’ll need BlandAI credits, yea. You can have it provide the transcript for each call in the questions, yes. I would set it up like “give me the exact transcript of what was said on the call” and make sure you set it as a string for the response. I would also make sure and mention you want a transcript in the goal portion.
Hey there, I just got this issue: Failed to send batch {"status":"error","message":"Errored on very first call and stopping execution so that it can be fixed. Error messages: Request failed with status code 400"} Do you have any idea about how could I solve it? Thank u sir
@@tech-at-work Indeed it was, thank u so much. However the problem is that it only allows up to 11 digits in a phone number, and for Colombia, my country, phone numbers have 12 digits. Actually you can see a support ticket talking about that on Discord. Hopefully they will fix it soon!
Hey there. I just got this issue: Failed to send batch {"status":"error","message":"Errored on very first call and stopping execution so that it can be fixed. Error messages: Request failed with status code 400"} Do you've any idea how could I solve it? thank you!
It appears to only work for phone numbers in countries supported by BlandAI at the moment. They have an international-rollout section of their Discord, they update there when new countries and languages are supported
A few things I am having trouble with: The voice ID doesn't change even though I change the ID from a voice ID straight from Bland. Anything that could be causing this? It also keeps calling the prospect "Name" even though I have an entered name in the spreadsheet
I think it is because I am trying to add the "name" to the AI's first line of speech. I have it as "Hey, is this {{name}} ?" and it keeps just saying "name" rather than what is on the spreadsheet
Make sure you have the name variable defined in the call_data section and your column titled correctly. Once it’s defined you have it formatted correctly in the first sentence
Bland ai has changed the way they handle voice id now, you should be able to copy the id from their dev portal or they have just names you can list like maya, mason, ryan, etc and they use just “voice” now
@@tech-at-work I have it on there just as you have it "name": row {'Name'}, and the first sentence I have is "Hey, is this {{name}} ?", but it still just keeps saying "name" rather than what is in the spreadsheet
Ok so when I ask it, "who are you looking for?" it says the correct name. so it knows who it is calling, it just wont say it on the first sentence for some reason
@@tech-at-work Lol I will like in a sec. Quick Question: can you make a full tutorial on how to link call data (like appointments) to google calendars, get call recordings, etc? A lot of people aren't programmers, so going through the documentation on BlandAi could be confusing! Thanks in advance!
You can add more than 4x questions for the report it creates from the calls, just keep adding lines below the current questions (inside the square brackets) in the report section!
Where's the demo call?
Why no demo of what the call actually sounds like?
Such a good tutorial! Thanks for sharing 🙏
Thanks! Glad it was useful!
Another bomb! Thanks for sharing.
Thanks for the support!
Wow! Thank you so very much. Truly outstanding very grateful for the detailed explanation and description of python code and the possibilities to change it. Exactly what I have been looking for, subscribed and truly looking forward to see everything you put out. Thank you, looking forward to showing my appreciation.
Thank you for the awesome comment! Glad it was useful!!
Awesome video. Just subscribed. Would love to see a video on you setting up a inbound voice agent with bland!
Awesome! Thank you, yea I’ve had that request a few times, I’ll look at making a video for it
@@tech-at-work a unique spin that you could put on the video is showing how to use an inbound agent to book a call AND leveraging bland AIs dynamic data objects in the build. For example maybe the inbound agent books an appointment but first checks that there is availability in the calendar. I've seen other videos on setting up appointment bookings but I've yet to see one where the agent first checks that there is availability in the calendar at that time
You’re reading my mind :)
@@tech-at-work i can't wait! My post notifications are turned on! Your channel is going to blow up someday soon I'm sure. This content is top notch!
Thanks for the support!! I really appreciate that
Great video, thank you!!! Question for you - how do you customize the AI with additional sentences & responses? For example, you wrote “first sentence”. How would I add responses and a 2nd or 3rd sentence?
Is there a 4o upate video coming soon?
I will work on this! Thanks for the suggestion
Tried over an over but won't run. Error message points to File Path. There is no longer a file path select in Drive. I installed Drive Explorer, game a path that used > between elements. Did not work. I tried to duplicate your file path in your video. No luck. I would be happy if it worked but I am searching for another way...
@tech-at-work Do you have suggestions for 3rd parties I could hire to help implement what you have put together in this video? I am a business owner lacking developer skills and would like to contract with someone to stand up this functionality (linked to High Level CRM). Any suggestions? Many thanks!
Legend. Need more videos ff your AI voice agents utilities!
This is very helpful! It worked.
Is there an update to this where I can train the ai go be more specific with its training prompt of what to say? And do you have a way for incoming calls also with pinecone so it remembers customers when they call back
Wow, this is great! I am a Real Estate agent looking for a bot to do lead calling from people who have requested more information. I would have liked to hear the final product of your AI Bot making that first call. Curious to see how it flowed. Do you offer assistance to create the bot??
Hi, awesome video, thanks !
2 questions:
- Is it possible to make calls in French and Spanish aside English?
- Is it possible to make an automation? Like each time there's a new contact added to the csv it gets updated and the person gets the call.
TIA 😊
brother, in order to call, should I top up my blanc ai? And bro, where can I see the transcript of the entire conversation? If I'm not mistaken, then it should be in the table, right? with the answer to who answered the call, was the customer interested and so on
If you’re going to run the full batch, you’ll need BlandAI credits, yea. You can have it provide the transcript for each call in the questions, yes. I would set it up like “give me the exact transcript of what was said on the call” and make sure you set it as a string for the response. I would also make sure and mention you want a transcript in the goal portion.
Hey there, I just got this issue: Failed to send batch
{"status":"error","message":"Errored on very first call and stopping execution so that it can be fixed. Error messages: Request failed with status code 400"} Do you have any idea about how could I solve it? Thank u sir
I had that issue if the phone number i put in wasn’t real, try updating the first phone number with your phone number in cell B2
@@tech-at-work Indeed it was, thank u so much. However the problem is that it only allows up to 11 digits in a phone number, and for Colombia, my country, phone numbers have 12 digits. Actually you can see a support ticket talking about that on Discord. Hopefully they will fix it soon!
Oh! Yeah I should have specified this was setup for the US, I’m not as knowledgeable on the international use :/
Hey there. I just got this issue: Failed to send batch
{"status":"error","message":"Errored on very first call and stopping execution so that it can be fixed. Error messages: Request failed with status code 400"} Do you've any idea how could I solve it? thank you!
Make sure the first phone number (in cell B2) is real, otherwise it’ll error out
same problem bro. do you find solution??
It appears to only work for phone numbers in countries supported by BlandAI at the moment. They have an international-rollout section of their Discord, they update there when new countries and languages are supported
A few things I am having trouble with:
The voice ID doesn't change even though I change the ID from a voice ID straight from Bland. Anything that could be causing this?
It also keeps calling the prospect "Name" even though I have an entered name in the spreadsheet
I think it is because I am trying to add the "name" to the AI's first line of speech. I have it as "Hey, is this {{name}} ?" and it keeps just saying "name" rather than what is on the spreadsheet
Make sure you have the name variable defined in the call_data section and your column titled correctly. Once it’s defined you have it formatted correctly in the first sentence
Bland ai has changed the way they handle voice id now, you should be able to copy the id from their dev portal or they have just names you can list like maya, mason, ryan, etc and they use just “voice” now
@@tech-at-work I have it on there just as you have it "name": row {'Name'}, and the first sentence I have is "Hey, is this {{name}} ?", but it still just keeps saying "name" rather than what is in the spreadsheet
Ok so when I ask it, "who are you looking for?" it says the correct name. so it knows who it is calling, it just wont say it on the first sentence for some reason
Bro can i use that if im from Kazakhstan 9
I’m not sure it will work in Kazakhstan, I only tested it in the US
This is TOO GOOD! 😂😂
Thanks for the compliment! Every Like helps me make more videos :)
@@tech-at-work Lol I will like in a sec.
Quick Question: can you make a full tutorial on how to link call data (like appointments) to google calendars, get call recordings, etc? A lot of people aren't programmers, so going through the documentation on BlandAi could be confusing! Thanks in advance!
@@tech-at-work Also how do we get answers to more questions throughout the call? that would be helpful too
Thanks for reconsidering! And yeah I’ll try to put up a video on linking appointments to Google calendar, I’ve received similar requests before
You can add more than 4x questions for the report it creates from the calls, just keep adding lines below the current questions (inside the square brackets) in the report section!
You are doing awesome sir ..😊
Thanks!!
Great tutorial. The BG music is annoying. Drop that?
Or you can just upload your CSV leads to bland and it will call them.
it does not work it doesn't call from sheet ,
Where are you getting an error?
Bro i encounter with that issue KeyError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/pandas/core/indexes/base.py in get_loc(self, key, method, tolerance)
3801 try:
-> 3802 return self._engine.get_loc(casted_key)
3803 except KeyError as err:
its trying to access a column in your data that doesnt exist. Make sure you have the column titles correct and referenced in the code the same.