Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Email Unsubscribe can be enabled in the Admin → System Parameters. You also need to set the special (sub)status that will be added to a case when unsubscribe request is received.

image-20241010-162035.png

In your emails you should include a link to your custom Unsubscribe page. Once you have a confirmation that the recipient would like to unsubscribe, your page should call the below API and pass email address and your tenant name.

https://api.smartadvocate.com/sasvc/SAWebService.svc/Receiver/unsubscribe?email={email}&name={name}

Note that if you are a server client or a dedicate cloud client the base URL will be different.

Once the request is received by SmartAdvocate the cases with the client that has passed email address will have special status added (as configured in System Parameters).

  • No labels