Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Emitted when an interaction is renamed.
event
"interaction.renamed"
confidential
boolean
payload
object
interactionId
string
{ "event": "interaction.renamed", "confidential": false, "payload": { "interactionId": "interaction_12345" } }
title
{ "event": "interaction.renamed", "confidential": true, "payload": { "interactionId": "interaction_12345", "title": "Follow-up visit" } }
Was this page helpful?