This method allows to create new templates.
This method is only available to Admin and Super admin user types. Permissions to call the method can be revoked in user role settings. See for more information.
Additionally to the standard template properties, the method accepts the following parameters.
Returns an object containing the IDs of the created templates under the templateids
property. The order of the returned IDs matches the order of the passed templates.
Creating a template
Request:
Response:
{
"jsonrpc": "2.0",
"result": {
"10086"
]
},
"id": 1