I try to build a integration. I made a recipe using a custom action I made, I attached a picture of it.
I got some problems using the field I mentioned in the question.
- Notification Receiver does not works if I select a field instead of a person. My field is of type people but I receive no information about the content of the column.
- Message field does not send any auto-populated fields. This is how it is set-up
This is the json I receive in my backend:
{
“payload”:{
“blockKind”:“action”,
“blockMetadata”:null,
“inboundFieldValues”:{
“boardId”:1112637424,
“receiver”:{
“type”:“column”,
“value”:“people0”
},
“message”:“{pulse.name}|{board.name}|{user.name}|{pulse.group}|{pulse.people0}|{pulse.status}|{pulse.timeline}|{pulse.numbers0}|{pulse.numbers45}|{pulse.status_1}|{pulse.dropdown4}|{pulse.date_1}|{pulse.labor_budget_spent}”
},
“inputFields”:{
“boardId”:1112637424,
“receiver”:{
“type”:“column”,
“value”:“people0”
},
“message”:“{pulse.name}|{board.name}|{user.name}|{pulse.group}|{pulse.people0}|{pulse.status}|{pulse.timeline}|{pulse.numbers0}|{pulse.numbers45}|{pulse.status_1}|{pulse.dropdown4}|{pulse.date_1}|{pulse.labor_budget_spent}”
},
“recipeId”:1137626,
“integrationId”:37553360
}
}
