Skip to main content
misiorysio
June 19, 2017
Beantwortet

Creating transactional message template

  • June 19, 2017
  • 2 Antworten
  • 1629 Ansichten

Hi!

Is there any API method to create transactional message template, I've checked jsapi documentation but haven't found anything.

Of course I can add records (via write) to nmsdelivery table but I don't think, that's the proper way.

Greetngs

Tomasz

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von Adhiyan

Hello Tomasz,

Although you can create a template using the write method of nms:delivery but it's not recommended. As of now , I cannot find any API through which you can create a Message centre template and the standard way to go about this would be through the console as described here :

Creating the message template

Regards,
Adhiyan

2 Antworten

Adhiyan
Adobe Employee
AdhiyanAdobe EmployeeAntwort
Adobe Employee
June 20, 2017

Hello Tomasz,

Although you can create a template using the write method of nms:delivery but it's not recommended. As of now , I cannot find any API through which you can create a Message centre template and the standard way to go about this would be through the console as described here :

Creating the message template

Regards,
Adhiyan

misiorysio
June 20, 2017

Hi Adhiyan!

Thank You or help.

I know how to add new template via console, did it many times. I just want to create simple webapp for mac users to add templates without asking me for help. So inserts/updates on nms:delivery is the only way.

Greetings

Tomasz