Skip to main content

Conversation

This page is auto-generated from the formations OpenAPI spec. Do not edit manually — run pnpm generate-formations-resource-docs to regenerate.

Creates a conversation within the formation's project.

Syntax

type: conversation
properties:
name: String
status: String
actor_id: String

Output

The physical resource ID is the public ID of the created resource. Reference it from other resources with a ref expression:

some_field:
ref: MyConversation

Properties

name

Human-readable label for the conversation

Required: No Type: String Nullable: Yes


status

Initial status of the conversation (open or closed)

Required: No Type: String


actor_id

Public ID of an actor to associate with this conversation

Required: No Type: String Nullable: Yes