# Marketo - Create Program Action
This action creates a new program in your Marketo instance.
Create program action
# Input
Creating programs follows the standard asset pattern and has folder, name, type and channel as required parameters, with description, costs and tags being optional. Channel and type may only be set at program creation.
Input Field | Description | |
---|---|---|
Folder ID | Folder ID in which you want to create the program. | |
Folder type | Type of folder. Possible values are Folder, Program. | |
Name | Name of the new program to be created. | |
Program type | Type of the program. Possible values are: Default, Event, Event with Webinar, Engagement and Email. | |
Channel | Channel for the program. | |
Description | Optional description for the program. | |
Costs | Costs source list | List datapill with costs for the program. |
Cost | Cost associated with the program. | |
Note | Additional note for the cost entry. | |
Start date | Associated start datetime for the cost entry. | |
Tags | Tags source list | List datapill with tags for the program. |
Tag type | Type of the tag. | |
Tag value | Value of the tag. |
# Output
The output response contains the information of the created program within the results list.
Output Field | Description | |
---|---|---|
Success | Boolean value indicating whether the program was created successfully. | |
Request ID | ID associated with the request to create the programs. | |
Errors | Any errors with the request will be detailed here. | |
Warnings | Any warnings with the request will be detailed here. | |
Result A list of programs. | ID | ID of the program created. |
Name | Name of the program created. | |
Description | Description of the program created. | |
URL | URL of the program created. | |
Type | Type of the program created. | |
Channel | Channel of the program created. | |
Status | Status of the program created. | |
Workspace | Workspace of the program created. | |
Tags | Tags associated with the program created. | |
Folder | Folder in which the program created is located. | |
Created at | Datetime at which the program was created. | |
Updated at | Datetime at which the program was last updated. | |
Sfdc ID | Sfdc ID of the program created. | |
Sfdc name | Sfdc name of the program created. | |
List Size | The list size of the programs. | |
List Index | An index for each item in the list of programs. |
For more information, refer Marketo documentation (opens new window).
Last updated: 2/18/2022, 10:54:18 AM