Hi @Tuly,
To define the name of a callfow, you will have to create a `name` property at the root level of your callfow object.
In your case, it would look like this:
{
"data": {
"name": "Tuly's new callfow",
"flow": { ... },
"numbers": [
"*1000"
],
"patterns": []
}
}
Also, unless you are updating an existing callfow, you do not have to add the `id` property, as it will be generated automatically upon creation of your callfow.