ChatBuiltAsset
An asset an agent created, with links to open it.
type ChatBuiltAsset {
edit_url: String!
finder_type: String!
finder_url: String!
name: String!
type: String!
type_label: String!
}
Fields
ChatBuiltAsset.edit_url ● String! non-null scalar
ChatBuiltAsset.finder_type ● String! non-null scalar
The Finder node type for this asset, such as EMAIL or DRIP_SERIES. Empty when the asset has no Finder representation.
ChatBuiltAsset.finder_url ● String! non-null scalar
Link to the asset's containing folder in the Finder. Empty when the asset has no folder.
ChatBuiltAsset.name ● String! non-null scalar
ChatBuiltAsset.type ● String! non-null scalar
ChatBuiltAsset.type_label ● String! non-null scalar
Member Of
ChatCampaignDonePayload object


