description:'The end event specified key of the event defined data.',
},
{
displayName:'Value',
name:'value',
type:'string',
default:'',
description:'The end event specified value of the event defined data.',
},
],
},
],
},
{
displayName:'Email',
name:'email',
type:'string',
default:'',
description:`Either email or userId must be passed in to identify the user. If both are passed in, email takes precedence.`,
},
{
displayName:'ID',
name:'id',
type:'string',
default:'',
description:`Optional event id. If an event exists with that id, the event will be updated. If none is specified, a new id will automatically be generated and returned.`,
},
{
displayName:'Template ID',
name:'templateId',
type:'string',
default:'',
description:`Template id`,
},
{
displayName:'User ID',
name:'userId',
type:'string',
default:'',
description:`userId that was passed into the updateUser call`,