Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

LaunchBoom Community

1.3k members ‱ Free

393 contributions to Assistable.ai
Tool Return Mapping
Doing some work on tool initializaiton and reference mapping to help with direct API calls and even filtering data you want sent back to the assistant - should see the mapping and request builder go into production tomorrow
Tool Return Mapping
0 likes ‱ 36m
This is amazing! So glad you're bringing this in.
Quick Assistable Voice API cheat sheet (copy/paste)
Hey Assistable community — here’s a quick, unofficial Assistable Voice (Outbound Call) API cheat sheet. Disclaimer: I don’t work for Assistable and this isn’t official or supported by me. Sharing only because people want a copy-paste example and the docs are thin/outdated in places. Use at your own risk. ✅ The Voice endpoint (outbound call) POST https://api.assistable.ai/v2/ghl/make-call Headers Authorization: Bearer asst_YOUR_V2_KEY ← v2 keys start with asst_ Content-Type: application/json Copy-paste curl curl -sS -X POST "https://api.assistable.ai/v2/ghl/make-call" \ -H "Authorization: Bearer asst_YOUR_V2_KEY" \ -H "Content-Type: application/json" \ -d '{ "assistant_id": "YOUR_ASSISTANT_ID", "location_id": "YOUR_LOCATION_ID", "contact_id": "YOUR_CONTACT_ID" }' Expected behavior If it works, you’ll get: "success": true a "call_id" you can store If it fails, you’ll still get a response, usually one of these: No outbound number on assistant Contact has no phone Phone is on public DNC list That’s the whole flow for MVP voice.
0 likes ‱ 6d
4) Current limitation (good to know) There are no public v2 endpoints yet for: - call transcript download - call cost/usage - web-voice token minting So for now: make-call starts the voice session, and Assistable/Retell handles the live call + controls in the widget.
0 likes ‱ 12h
@Deb P hi Deb!
Quick Assistable Chat API cheat sheet (copy/paste)
Hey everyone — quick, unofficial Assistable v2 Chat API cheat sheet. Disclaimer: I don’t work for Assistable and this isn’t supported/owned by me. It’s just a “here’s the curl that works” post for people who want copy-paste, because the docs are thin/outdated in places. Use at your own risk. ✅ The Chat endpoint POST https://api.assistable.ai/v2/ghl-chat-completion Headers Authorization: Bearer asst_YOUR_V2_KEY ← v2 keys start with asst_ Content-Type: application/json Copy-paste curl curl -sS -X POST "https://api.assistable.ai/v2/ghl-chat-completion" \ -H "Authorization: Bearer asst_YOUR_V2_KEY" \ -H "Content-Type: application/json" \ -d '{ "assistant_id": "YOUR_ASSISTANT_ID", "location_id": "YOUR_LOCATION_ID", "contact_id": "YOUR_CONTACT_ID", "conversation_id": "YOUR_CONVERSATION_ID", "last_message_id": "0", "channel": "Live_Chat", "messages": [ { "role": "user", "content": "Hi!" } ], "input": "Hey, what is your name?" }' What you’ll get back Look for: Assistant reply: run.response.messages[0].content Next last_message_id: run.message.messageId (use this on your next call) Costs/tokens: run.usage_cost That’s it. If you can fill in the 4 IDs + v2 key, you’re good. Happy Black Friday đŸ–€
1 like ‱ 6d
@Rico Brown đŸ’ȘđŸ’Ș
1 like ‱ 24h
Anytime you want to control the start of the conversation through any method outside of the standard tagging workflow. E.g., testing your ai agent directly to see exact responses in code. There's more fun stuff to do, but it get's pretty technical very quick.
Multiple Property Brokers (Calendar Question)
Hi! I have a question... My clients have multiple property brokers, and leads are randomly assigned to each of them. The thing is, every agent has their own availability linked to a Round-Robin Calendar. How can I make the AI agent check availability based on the assigned user’s Round-Robin Calendar? Or what would be the best way to do it? Thanks!! @Assistable Ai @Brandon Duncan @Jason Dueck @Justin Lee @Assistable Team
0 likes ‱ 14d
@Vicente Vercellino For simplicity and control, I'd recommend having each agent use their own calendar -- this would the standard multi-calendar workflow.
0 likes ‱ 14d
@Vicente Vercellino DM'd you
AdHoc Call?
Who's down? https://meet.google.com/wec-mexq-bxo
2 likes ‱ Sep '24
@Jason Dueck @William Dennis Y'all are gonna make me blush! Thank you!!!
0 likes ‱ 15d
@Sean McGinnis Sure will in the next few weeks! Finishing up on some other projects, first. Wanna come to the party with something to share :)
1-10 of 393
Jakin Harper
6
445points to level up
@jakin-harper-7439
đŸ’ȘTools for Voice AI - https://ship.integraite.cloud/ ▶app-x.co/vid

Active 33m ago
Joined Jun 19, 2024
Texas, USA
Powered by