Hi everyone,
I have a need to create new Customer Journeys automatically so the users can skip this part in their Event management process.
In a workflow I have a "Create Record" action that creates a new CJ record with the following attributes:
This workflow works fine: It creates a new Customer Journey with all of the attributes but the Designer is totally empty. So when I have selected that all CJ records should have the "Simple Email Journey" -named CJ template, the Designer doesn't respect this information at all.
See picture:
My question therefore is:
Is it totally an excluded method to create new Customer Journeys from templates no other way than manually? So can we automate this with any other method (Flow, Workflow, Plug-in)?
Thank you for the information, I'll look this up with our dev.
as Clofly responded, you can have end users avoid most of the steps on user interface, by having prebuilt journey templates, and programmatically update properties (e.g. hookup specific event on the journey templates). so you can use any of the automation approach that leverage these APIs. BTW, you can use similar approach to create segments via APIs, and associate to the journeys
Hi IIona,
Tiles are formatted as JSON definition and saved in msdyncrm_workflowdefinition field in customer journey entity,
so you should build a plug-in to achieve a workflow that could create a customer journey with tiles in default.
Please read following articles for how to build it:
Basic operations on customer journey with Web API:
definition for msdyncrm_workflowdefinition field:
sample code with OrganizationService:
There is downloadable SDK in link 3.
Regards,
Clofly
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,836
Most Valuable Professional
nmaenpaa
101,156