Hello,
Does Verint have an API to determine if the authenticated user has digest activity enabled for a given group? For our use-case, either a widget API (used in VM context) or a javascript/REST API approach would work.
Thank you,
Chris
Hello,
Does Verint have an API to determine if the authenticated user has digest activity enabled for a given group? For our use-case, either a widget API (used in VM context) or a javascript/REST API approach would work.
Thank you,
Chris
Hi Chris,
The core_v2_emailDigest Script API is what you're looking for. GetByGroup returns a subscription for the current user and specified group, and null if it does not exist.
Hi Chris,
The core_v2_emailDigest Script API is what you're looking for. GetByGroup returns a subscription for the current user and specified group, and null if it does not exist.