Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

REST API in AC v6?

Avatar

Level 5

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

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

Avatar

Level 5

Hi Vipul,

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

Regards,

Adithya

Avatar

Level 5

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