Hi all,
A current issue is that email sending on one of our Shared inboxes is taking too long. Users aren't getting Activation links or codes on time.
I've created the below workflow in Dynamics. How can I set this up in North52 Schedule to run every 30 mins? or is there an alternative? I've set it up a few times now with the Fetch XML query of:
<fetch top="1" ><entity name="contact"></entity></fetch>
but still not getting the email sent. I want to to send to this one specific contact I have for testing in Production. From there I will automate a job to pick up the email in Gmail via a Python script.
Any pointers appreciated for a very basic CRM user.