Skip to content

Latest commit

 

History

History
98 lines (67 loc) · 2.8 KB

convert-lead.schema.md

File metadata and controls

98 lines (67 loc) · 2.8 KB

Convert Lead Schema

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

Convert Lead Example

{}

Convert Lead Properties

Property Type Required Defined by
xdm:leadOperation object Optional Convert Lead (this schema)
* any Additional this schema allows additional properties

xdm:leadOperation

Lead Operation

xdm:leadOperation

  • is optional
  • type: object
  • defined in this schema

xdm:leadOperation Type

object with following properties:

Property Type Required
xdm:convertLead object Optional

xdm:convertLead

Convert Lead

undefined

xdm:convertLead

  • is optional
  • type: object
xdm:convertLead Type

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