Add Metadata for Outbound Calls
: You can now include metadata when using the start_outbound_call
API.Use Metadata in Call
: Metadata is already forwarded to both the Prefetch Data Webhook and End of Call Webhook. With the new include_metadata_in_prompt
option, agents can now use metadata directly during calls. Additionally, you can pass metadata parameters directly into function calls by using the same parameter names.Learn more here: Metadata Documentation.