Good morning people
# general-english
h
Good morning people Is it possible to send SDK requests to a Server Assistant Request? I can't seem to configure the Server Side SDK initiate call body to send requests to my server for an assistant
k
Yes, by configuring your assistant’s tools to call your server endpoints; your server must handle POST requests with the function call data and respond with results, and in TypeScript, this means setting up an endpoint that parses the request body and returns the appropriate JSON response.
h
> By configuring your assistant's tools to call your server endpoints I am intending on using this server request to fetch an assistant in Assistant Request, meaning no call has started yet, and based on the serverURL response, an assistant is returned which initiates the call. I doubt tool calling is the answer for this, right?
I am trying to mimic this functionality: Where you pre-set your organization's server URL, and then call inbound calls go to your server URL expecting to return an assistant ID. This is pretty straightforward on phone calling But how do i replicate this to work on SDK? Currently, if i configure the JSON body with a serverURL, it breaks https://cdn.discordapp.com/attachments/1377200674563031050/1377203871113547847/Screenshot_2025-05-28_133415.png?ex=68381c8e&is=6836cb0e&hm=e5234988e8d651a52e991aff65407d3625759565fbd3667306983e6e0753c0f6&
3 Views