Users require the ability to sync data from Grouparoo to Freshdesk, specifically mapping Grouparoo Records to Freshdesk Contacts and Grouparoo Groups to Tags.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. From https://github.com/grouparoo/grouparoo/discussions/1071 API docs here: https://developers.freshdesk.com/api/ There are a few different objects here that might be of interest: Profile Model: Grouparoo Records -> Freshdesk Contacts: https://developers.freshdesk.com/api/#contacts Grouparoo Groups -> Tags on Contacts Account Model: Grouparoo Records -> Freshdesk Companies: https://developers.freshdesk.com/api/#companies Grouparoo Groups -> Tags on Companies Questions: Freshdesk Contacts have a [Soft Delete](https://developers.freshdesk.com/api/#delete_contact) and a [Permanent Delete](https://developers.freshdesk.com/api/#hard_delete_contact). Which should we do when in Sync mode? I imagine Soft Delete to start, but if someone wants to Permanently Delete for ### Describe the solution you'd like. _No