This seems to me like a very basic function but I can't locate how to do it or any request for it. How can we have our customers email us for support and include crucial ticket field/property values such as their user id?
Basic Scenario:
Customer clicks mailto: link in an app. That mailto: includes a subject line generated by code. That subject line includes custom ticket field value. That field value is automatically parsed and entered into the auto-generated ticket by FreshDesk. This can be very useful for populating a user_id or support code field programatically rather than relying on customer's self-reported data (which is of course often wrong).
mailto:support@domain.com?subject=Help request [user_id=1234]
The ideal scenario for end-users and for FreshDesk would be that all freshdesk customers use the POST API to populate these fields. But quick&easy will always win. The dev-cost difference between a simple 'mailto' link and a POST API system is large (<1hr vs 2+days).