All attachments need to be uniquely identifiable and have a maximum size limit of 10MB for an individual file.
Note: Files that are to be loaded as attachments in Beamery, must be uploaded to the SFTP server in a designated folder, DataMigration/Attachments.
Field Name | Type | Required | Description | Example |
ID | String | This is a unique identifier of the contact. If an attachment is to be added for a contact, the contact must also exist in the contacts file and the ID referenced in the Contacts CSV must match. | efa64c3a-bb5c-4995-86d1-aec3722e7c27 | |
FileName | String |
The name of the attachment. .txt .doc / .docx .jpg / .jpeg / .tif / .png |
Dwayne_Johnson_Resume.pdf |
ID | FileName |
efa64c3a-bb5c-4995-86d1-aec3722e7c27 | Dwayne_Johnson_Resume.pdf |
ID
Sample Value: efa64c3a-bb5c-4995-86d1-aec3722e7c27
A string field.
ID
is a reference to Contacts CSV
This field cannot be null
.
FileName
Sample Value: Attachments-Sub-Folder/8qw2mApLPX.pdf
A string field.
This denotes the unique name of he attachment and the path to it. The path should start from the attachment folder as root folder
This field cannot be null
.