We are trying to create a custom connection using the following json example:
{
"messages": {
"authentication": {
"producttoken": "00000000-0000-0000-0000-000000000000"
},
"msg": [ {
"from": "SenderName",
"to": [{
"number": "00447911123456"
}],
"body": {
"content": "Test message"
}
}
]
}
}
I have three questions about this:
- Is it possible to get the producttoken from the api-key of the flow connection, else we have to specify the producttoken everytime we are using the flow action.
- How can we use the to-array as one input value. This is currently not working when we generate the swagger file from the UI.
- When we change the security in the UI, it jumps back to the old values. So you're not able to update the security settings