Dynamic mappable parameters
{
"data": {
"fields": [
{
"id": "1",
"name": "Birthday",
"type": "anniversary",
"position": 0,
"mandatory": false,
"reminder_days": 0
},
{
"id": "2",
"name": "CF Single Line Text",
"type": "single_line_text",
"position": 1,
"mandatory": false
},
{
"id": "3",
"name": "CF Multi Line Text",
"type": "multi_line_text",
"position": 2,
"mandatory": false
},
{
"id": "4",
"name": "CF Number",
"type": "number",
"position": 3,
"mandatory": false
},
{
"id": "5",
"name": "CF Dropdown",
"type": "select_box",
"position": 4,
"mandatory": false,
"choices": [
"a",
"b",
"c"
]
},
{
"id": "6",
"name": "CF Date",
"type": "date",
"position": 5,
"mandatory": false
},
{
"id": "7",
"name": "CF Checkbox",
"type": "multiple_choice",
"position": 6,
"mandatory": false,
"choices": [
"1",
"2",
"3"
]
}
]
}
}
Last updated

