Payload schema
agentPathstring
Stream path of the onboarding agent that finished the flow.
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"agentPath": {
"type": "string",
"description": "Stream path of the onboarding agent that finished the flow."
}
},
"required": [
"agentPath"
]
}