The List template can be used to create a list of existing contacts in vega.
You can either use the Vega ID, ScoperID or First name, last name and email address to identify the Contact to add the notes to.
Template Field Name | Field Type (Length) | Explanation |
ScoperID | nvarchar(50) | This is used, where provided, to match to an existing contact on Org ID. |
ID | nvarchar(15) | This is used, where provided, to match to an existing contact on Vega ID |
FirstName | nvarchar(150) | This is used, where provided, to match to an existing contact. This is used together with the LastName and Email to find a match. |
LastName | nvarchar(150) | This is used, where provided, to match to an existing contact. This is used together with the FirstName and Email to find a match. |
EmailAddress | nvarchar(50) | This is used, where provided, to match to an existing contact. This is used together with the FirstName and LastName to find a match. |
ListName | nvarchar(50) | This is the name of the list to be created. Using the same list name for all contacts will add them all to the same list. |
Comments
0 comments
Please sign in to leave a comment.