REST API in AC v6? | Community
Skip to main content
adithyacs86
Level 5
September 21, 2018
Solved

REST API in AC v6?

  • September 21, 2018
  • 3 replies
  • 4718 views

Hi Team,

we have a requirement where in the customer wants to trigger emails from AC using REST API. Is this possible.

If so do we have any documents on how to do the same.

Thanks,
Adithya

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vraghav

Hi Adithya,

There is no REST API in v6. Only SOAP API.

What you can do is create a JSSP page to get the JSON request and then use the internal api of nms:delivery called SubmitNotification to fire email.

Regards,

Vipul Raghav

3 replies

vraghav
Adobe Employee
vraghavAdobe EmployeeAccepted solution
Adobe Employee
September 21, 2018

Hi Adithya,

There is no REST API in v6. Only SOAP API.

What you can do is create a JSSP page to get the JSON request and then use the internal api of nms:delivery called SubmitNotification to fire email.

Regards,

Vipul Raghav

adithyacs86
Level 5
September 21, 2018

Hi Vipul,

Thanks for the suggestion. I will check and get back on this.

Regards,

Adithya

adithyacs86
Level 5
October 4, 2018

Hi Vipul,

I am very new to the java platforms and need some help on the solution provided :-

What you can do is create a JSSP page to get the JSON request and then use the internal api of nms:delivery called SubmitNotification to fire email.

Can you provide any kind of example, i think i can some info on this.

Thanks,
Adithya