JDBC Driver for Salesforce Marketing Cloud Account Engagement

Build 25.0.9434

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 Accepts Input Streams Description
Name String True False The name of the Engagement Studio Program.
FolderId String False False The ID of the Folder to store Engagement Studio Program.
FilePath String False False The path of the Engagement Studio Program Structure.
FileStream String False True The input stream that will be used in case that FilePath is not specified
Base64Data String False 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434