# action.summarize Summarizes the conversation. ## **Parameters** | Name | Type | Default | Description | |:--|:|:--|-| | webhook Optional | string | - | The webhook URI to be called. | | prompt Optional | string | - | The prompt for summarization. | ## **Object Example** yaml andJson live_transcribe: action: summarize: webhook: https://example.com/webhook prompt: Summarize the key points of this conversation. ## **String Example** yaml andJson live_transcribe: action: summarize