Hi Community,
I am receiveing 2 payload from monday.com as follow, anyone knows that it is a normal behavior from monday.
Note: the first payload does not have the pulseId
{
"payload": {
"blockKind": "action",
"blockMetadata": null,
"inboundFieldValues": {
"externalBoardId": 2025645724,
"targetBoardId": 2026078504,
"columnValue": {
"changed_at": "2022-01-01T01:04:12.839Z",
"column_settings": {
"allowCreateReflectionColumn": false,
"boardIds": [
2025645724
]
}
}
},
"inputFields": {
"externalBoardId": 2025645724,
"targetBoardId": 2026078504,
"columnValue": {
"changed_at": "2022-01-01T01:04:12.839Z",
"column_settings": {
"allowCreateReflectionColumn": false,
"boardIds": [
2025645724
]
}
}
},
"recipeId": 30026767,
"forceNoCharge": false,
"integrationId": 76043009
}
}
{
"payload": {
"blockKind": "action",
"blockMetadata": null,
"inboundFieldValues": {
"externalBoardId": 2025645724,
"targetBoardId": 2026078504,
"columnValue": {
"linkedPulseIds": [
{
"linkedPulseId": 2038930422
}
],
"changed_at": "2022-01-01T01:04:14.502Z",
"column_settings": {
"allowCreateReflectionColumn": false,
"boardIds": [
2025645724
]
}
}
},
"inputFields": {
"externalBoardId": 2025645724,
"targetBoardId": 2026078504,
"columnValue": {
"linkedPulseIds": [
{
"linkedPulseId": 2038930422
}
],
"changed_at": "2022-01-01T01:04:14.502Z",
"column_settings": {
"allowCreateReflectionColumn": false,
"boardIds": [
2025645724
]
}
}
},
"recipeId": 30026767,
"forceNoCharge": false,
"integrationId": 76043009
}
}