I'm new to CRM in general and also CRM Web API, so bear with me here.
What i want to do is select specific emails, based on their subject and sender, from a queue, and then i need to forward these emails to another email address, including their attachments, and finally remove them from the queue i got them from.
How can i do this using the Web API ? I'm not having much luck figuring out Microsofts documentation at the moment.
I've gotten something out using the follownig URL but not sure this is the correct way to do it:
api/data/v8.1/queueitems?$filter=(_ownerid_value eq e27a264c-a4ea-e011-b87c-005056b543f3) and (startswith(title,'SearchTitle'))