Overview

Imports a Process Email Templates definition from a .pet file

Summary

This endpoint will import a Process Email Templates definition from the uploaded .pet file containing JSON encoded data.

Request Arguments

Name Type Description Required
N/A

Request

Note: A JSON encoded .pet file attachment should be included with the request as part of the form-data.

Response Arguments

Name Type Description
emailtemplates_import Object Result of the import operation

Response

{
    "emailtemplates_import":
    {
         "success":true,
         "id":"aa5f7fd9-73a9-8338-fd1a-573635ce5c51"
    }
}