Available, published 4 years ago
By enabling this function you can enrich guest users with additional data from your system:
The easiest option for integrating user data from your system is to loosely couple Productific guest users with your product's user management. This can be achieved by passing feedback user name and email as URL parameters when sending users to Productific feedback pages.
The following is an example URL for passing user info:https://productific.com/@MyGreatProduct#action=feature-request&feedbackID=1234567&feedbackName=Frank&feedbackEmail=user%40company.com&disableInputFields=on
The following URL parameters are available to pass additional info:
URL parameters will be ignored when the setting is disabled.
Other examples:
https://productific.com/@MyGreatProduct#action=feature-request&feedbackName=Frank&feedbackEmail=user%40company.com
https://productific.com/@MyGreatProduct/a-feature-ABCD#feedbackID=1234567&feedbackName=Frank&feedbackEmail=user%40company.com
Please note: when this setting is enabled, guest users can send feature requests. Enriched user data is not validated versus existing users. The product owner may need to cleanse request data and handle email verification/compliance.
Deprecation: We are deprecating this option. In case you desire to use it please get in touch with us, first. For user integration we recommend login with JWT. For oAuth integration please see login via oAuth.