Deeplink to SharinPix does not work in Rich Text field. What should I do?
SharinPix deeplinks do not work in Rich Text fields due to a Salesforce bug. One workaround is to use the SharinPix universal link instead.
The SharinPix universal link format is as follows:
https://app.sharinpix.com/native_app/upload?token=**_< Insert SharinPix Token>_**
Where < Insert SharinPix Token> refers to the SharinPix token.
**Tips: **
The example below demonstrates how to embed SharinPix universal links in HTML links:
< a href="https://app.sharinpix.com/native_app/upload?token=< Insert SharinPix Token>">Launch SharinPix app
The example below demonstrates how to embed SharinPix universal links in Salesforce formulae:
HYPERLINK('https://app.sharinpix.com/native_app/upload?token=< Insert SharinPix Token>', 'Launch SharinPix app')
Note: SharnPix universal links do not work in offline mode.
Last updated

