events.iterate.com

Event type

events.iterate.com/project/onboarding-completed

The project owner completed the onboarding agent flow.

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"
  ]
}