Hi,
When I run an unsubscribe action, I want to call a web service on another server. (We have another system that needs to be notified when a customer unsubscribes.) How can I do that?
Thanks, John.
call url from script in action
Moderator: moderator
Re: call url from script in action
We solved this by creating a form with entry action "load user data" and the following HTML Code in the success field:
From our external server we call another OpenEMM Form with the UID to continue processing the case within OpenEMM (follow-up action etc.).
Hope that helps.
Best Regards
Markus
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>
<head>
<meta http-equiv="refresh" content="1; URL=http://YOUR DOMAIN NAME&uid=$agnUID&email=$customerData.email">
<title></title>
</head>
<body>
</body>
</html>
Hope that helps.
Best Regards
Markus
Günstige Software gibt es bei http://www.Software-Butler.de