Updating a Multi_Contact_List cell with values not containing an email
Hi everyone
I have a put request to a Multi_Contact_List cell that i want to contain one email value and one name not containing an email. Currently this is my put request, but I don't think the cell.attribute "email" is fitting here and value/displayValue etc. has also not worked for me. I also tried with "name", but this still requires a valid email.
This is the current body of my put request:
[{
"id": "xxxxxxxxx",
"cells": [{
"columnId": "xxxxxxx",
"objectValue": {
"objectType": "MULTI_CONTACT",
"values": [{
"objectType": "CONTACT",
"email": "name.surname@company.com"
}, {
"objectType": "CONTACT",
"email": "Robert"
}]
}
}
]
}]
I have not included the uri and my headers as the request does work when I limit it to valid emails.
Does someone have a tip for me? A cell.attribute to try or someway to implement a lenient/strict value?
Best Regards
Tord
Best Answer
-
Hi,
The email adress is mandatory for multi contact list, so either use a fake email adress (Robert@Robert.com), or a differnt type of column.
Answers
-
Hi,
The email adress is mandatory for multi contact list, so either use a fake email adress (Robert@Robert.com), or a differnt type of column.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives