Subscribe to the newsletter from an external website | Community
Skip to main content
Level 2
March 27, 2020
Solved

Subscribe to the newsletter from an external website

  • March 27, 2020
  • 1 reply
  • 3809 views

Hello everybody,

I have an external website that is running a survey. At the end of this survey, an email should be sent via an interface in Adobe Campaign Classic.

For this purpose, a recipient should be created with the email address
a) receives a delivery via a workflow or
b) Subscribe to a newsletter

What is the best solution to solve the problem?

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 ManojK_Epsilon

Hello @gunnark17854189 ,

There are multiple ways to do it.
First you will have to create a API Endpoint on your website which will return the users who have taken the survey.
Then you will create a scheduled workflow in ACC which will run every minute.
In the workflow you will write the code to fetch the data from the API.
Then you will create the recipients with queryDef and you can finally trigger another workflow to send deliveries and subscribe them to existing subscription.

 

Thanks,

Manoj

 

1 reply

ManojK_Epsilon
ManojK_EpsilonAccepted solution
Level 2
March 30, 2020

Hello @gunnark17854189 ,

There are multiple ways to do it.
First you will have to create a API Endpoint on your website which will return the users who have taken the survey.
Then you will create a scheduled workflow in ACC which will run every minute.
In the workflow you will write the code to fetch the data from the API.
Then you will create the recipients with queryDef and you can finally trigger another workflow to send deliveries and subscribe them to existing subscription.

 

Thanks,

Manoj

 

Level 2
March 31, 2020
Hello Manoj Thanks for the idea. I haven't even thought about this solution with the API for the survey tool. However, I would prefer it to be able to pass the recipient on to the Campaign API using JavaScript.