Hi guys,
I have a question regarding hybrid marketing. I've created a custom interaction in order to get the campaign category id at email sending.
In this interaction I've inherited from CL_CUAN_MKT_EXEC_EXECUTE_EMAIL. In order to get the same view with a table in the popup where I can select an email template created in the content studio, I have to redefine the method
IF_CUAN_MKT_EXEC_ACTION_PARAM~SET_ACTION_PARAMETER. There I would like to use as action_parameter the standard template. I expect this is EMAIL_TEMPLATE_ID (
if_cuan_mkt_orch_constants=>sc_action_parameter_id-email_template_id)
But when I use this and want to activate the campaign I get the following error:
ID für Parameter "Email senden" der Aktion "E-Mail senden" muss mit "Z" beginnen.
This means, the ID above have to start with a "Z". And so the campaign isn't activated.
I think there should be the possibility to use the standard templates? What am I doing wrong?
Is there another way to get the campaign category id in this way?