Skip to main content
MUTATION
conversationConvertToCard(_id: String!, type: String!, itemId: String, itemName: String, stageId: String, customFieldsData: JSON, priority: String, assignedUserIds: [String], labelIds: [String], startDate: Date, closeDate: Date, attachments: [AttachmentInput], description: String): String

Arguments

_id
String!
required

The conversation ID to convert

type
String!
required

Target card type to convert to: 'deal', 'ticket', 'task', or 'purchase'

itemId
String

Existing item ID if linking to an existing card

itemName
String

Name for the new card item

stageId
String

Pipeline stage ID where the card will be created

customFieldsData
JSON

Custom field values as JSON object

priority
String

Priority level: 'Critical', 'High', 'Normal', or 'Low'

assignedUserIds
[String]

User IDs to assign to the new card

labelIds
[String]

Label IDs to apply to the new card

startDate
Date

Start date for the card

closeDate
Date

Due/close date for the card

attachments
[AttachmentInput]

File attachments to include

description
String

Description text for the card

Returns

String
Mutation
Variables
Response
Last modified on August 8, 2026