mcdev
Version:
Accenture Salesforce Marketing Cloud DevTools
203 lines (202 loc) • 6.33 kB
JSON
{
"type": "APIEvent",
"name": "testNew_event_withSchema",
"description": "created on deploy",
"mode": "Production",
"automationId": "00000000-0000-0000-0000-000000000000",
"filterDefinitionId": "00000000-0000-0000-0000-000000000000",
"eventDefinitionKey": "testNew_event_withSchema",
"sourceApplicationExtensionId": "7db1f972-f8b7-49b6-91b5-fa218e13953d",
"entrySourceGroupConfigUrl": "jb:///data/entry/api-event/entrysourcegroupconfig.json",
"iconUrl": "/images/icon_journeyBuilder-event-api-blue.svg",
"schema": {
"fields": [
{
"name": "ContactId",
"dataType": "Text",
"maxLength": 18,
"isNullable": false,
"isPrimaryKey": true
},
{
"name": "Type",
"dataType": "Text",
"maxLength": "50",
"isNullable": false,
"isPrimaryKey": false
},
{
"name": "Status",
"dataType": "Text",
"maxLength": "50",
"isNullable": false,
"isPrimaryKey": true
},
{
"name": "Respondent",
"dataType": "Text",
"maxLength": "256",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "FirstName",
"dataType": "Text",
"maxLength": "256",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "LastName",
"dataType": "Text",
"maxLength": "256",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "PreferredLanguage",
"dataType": "Text",
"maxLength": "50",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "TouchPoint",
"dataType": "Text",
"maxLength": "256",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "Datestamp",
"dataType": "Date",
"defaultValue": "GetDate()",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "StartDate",
"dataType": "Date",
"isNullable": true,
"defaultValue": "",
"isPrimaryKey": false
},
{
"name": "EndDate",
"dataType": "Date",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "BroadcastedNotificationDate",
"dataType": "Date",
"isNullable": true,
"defaultValue": "",
"isPrimaryKey": false
},
{
"name": "FirstReminderDate",
"dataType": "Date",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "SecondReminderDate",
"dataType": "Date",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "Title",
"dataType": "Text",
"maxLength": "256",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "DisplayName",
"dataType": "Text",
"maxLength": "256",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "Text",
"dataType": "Text",
"maxLength": "256",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "Description",
"dataType": "Text",
"maxLength": "4000",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "Channel",
"dataType": "Text",
"maxLength": "256",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "FirstReminderChannel",
"dataType": "Text",
"maxLength": "256",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "SecondReminderChannel",
"dataType": "Text",
"maxLength": "256",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "Email",
"dataType": "Email",
"maxLength": "",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "ArticleOrTaskID",
"dataType": "Text",
"maxLength": "18",
"isNullable": false,
"isPrimaryKey": true
},
{
"name": "Points",
"dataType": "Number",
"maxLength": "",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "TaskType",
"dataType": "Text",
"maxLength": "255",
"isNullable": true,
"isPrimaryKey": false
},
{
"name": "TaskArea",
"dataType": "Text",
"maxLength": "255",
"isNullable": true,
"isPrimaryKey": false
}
],
"sendableCustomObjectField": "ContactId",
"sendableSubscriberField": "_SubscriberKey"
},
"isVisibleInPicker": true,
"arguments": {
"automationId": "00000000-0000-0000-0000-000000000000",
"eventDefinitionKey": "testNew_event_withSchema"
}
}