How to stop change notification email using API?
If you would like to disable 'Notify Flag' for already flagged and discounted Match potentials, you can include below API method into the flow
Step 1: Identify already flagged/discounted records which are set to Notify as 'Yes'
To do this, you would use, /api/v1/report/matchmonitor/matchflagbyday. In response you identify Notify field = 'Yes'
Step 2: Change Notify flag to 'No' by using /api/v1/client/matchflagged/update.
Use Boolean value as 'False'
Step 3: Repeat step 1 and 2 for Match discounted records using
/api/v1/client/matchdiscounted/get
/api/v1/client/matchdiscounted/update
Please do not hesitate to reach out to support if you have any additional questions.