https://ns.adobe.com/xdm/mixins/events/convert-lead
Use when a marketing lead is converted into a sales-qualified contact that is assigned to a sales user.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | fieldgroups/experience-event/events/convert-lead.schema.json |
{}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:leadOperation | object |
Optional | Convert Lead (this schema) |
* |
any | Additional | this schema allows additional properties |
xdm:leadOperation
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:convertLead |
object | Optional |
undefined
xdm:convertLead
- is optional
- type:
object
Unknown type object
.
{
"title": "Convert Lead",
"type": "object",
"properties": {
"xdm:assignTo": {
"title": "Assign To",
"type": "string",
"description": "Sales user converted lead is assigned to.",
"meta:titleId": "convert-lead##xdm:assignTo##title##82281",
"meta:descriptionId": "convert-lead##xdm:assignTo##description##88421"
},
"xdm:isSentNotificationEmail": {
"title": "Is Sent Notification Email",
"type": "boolean",
"description": "Indicates whether assigned sales user received email notification of the converted lead.",
"meta:titleId": "convert-lead##xdm:isSentNotificationEmail##title##97101",
"meta:descriptionId": "convert-lead##xdm:isSentNotificationEmail##description##65961"
},
"xdm:convertedStatus": {
"title": "Converted Status",
"type": "string",
"description": "Converted status of lead.",
"meta:titleId": "convert-lead##xdm:convertedStatus##title##61171",
"meta:descriptionId": "convert-lead##xdm:convertedStatus##description##97951"
}
},
"meta:titleId": "convert-lead##xdm:convertLead##title##90161",
"simpletype": "`object`"
}