How to set multi data dyanmic?

Refer API : Send texts with buttons | Z-API Docs

Body :

{
“phone”: “5511999999999”,
“message”: “Z-API é Bom ?”,
“buttonList”: {
“buttons”: [
{
“id”: “1”,
“label”: “Ótimo”
},
{
“id”: “2”,
“label”: “Excelente”
}
]
}
}

how to make dynamic field like this?


can add more item.

Are you building a custom app? In your example, ‘Buttons’ is an array, so think ‘array’: Make.com - Custom App Documentation

Cheers,
@Henk-Operative

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.