#after i make an outbound call , how do i get the transcript from teh api? how do i relate the callS
1 messages · Page 1 of 1 (latest)
To retrieve the transcript of an outbound call, you would need to use the Get Conversation Details API endpoint. This allows you to access the transcript of a conversation after the call has ended.
You can relate the call to its specific callSid by ensuring that your system tracks the unique identifier for the call when it is initiated. This identifier can then be used to query the API for the corresponding conversation details, including the transcript.
For further details on how to implement this, refer to the relevant section in the Conversational AI documentation, which also includes guidance on integrating tools to pass information to third-party applications.
how do i get the conversation id of the call i initiated using make_outbout_call