CreateStudioProgram
Create an Engagement Studio Program using an Engagement Studio Program structure.
Table Specific Information
To create an engagement studio program, start by executing a query, for example:
EXECUTE CreateStudioProgram Name='EngagementStudioProgram_Custom', FolderId='33599', FilePath='C:\Users\User\Documents\structure.txt';
Input
| Name | Type | Required | Description |
| Name | String | True | The name of the Engagement Studio Program. |
| FolderId | String | False | The ID of the Folder to store Engagement Studio Program. |
| FilePath | String | False | The path of the Engagement Studio Program Structure. |
| Base64Data | String | False | A string of data that will be used as the full contents of the file. Can be obtained from the output of the DownloadStudioProgram stored procedure. Required if FullPath is not specified. |
Result Set Columns
| Name | Type | Description |
| Success | String | This value shows whether the operation was successful or not. |
| Id | Int64 | ID of the object. |
| FailureMessage | String | The failure message of unsuccessful operation. |