Hi, I'm building a Create Action, I do not understand how to configure the action to post the data to my API
the json format is this
{
"items": :{
"properties": {
"AmContact.name": "test",
"AmContact.surname": "test",
"AmContact.email": "info@mydomain.com"
}
}]
}
how can I instruct the action to send data in this format ?