2
Mark email address as trusted sender using API?
Question asked by Gabe Hodges - 9/1/2017 at 9:54 AM
Answered
I'm creating a quarantine report for SmarterMail and need a way to allow users to mark an email as being from a trusted sender. Is there a way to do this with the web services in 15 or the new API in 16? Or any other technique that might work?
 
 

1 Reply

Reply to Thread
0
Gabe Hodges Replied
Marked As Answer
In v16 you can use the API by calling the api/v1/settings/whitelist method.  The example that was given to me for adding a single email to the trusted senders white list was:
 
{domains: [], emails: ["test@example.com"]}

Reply to Thread