SharinPix Mobile App: Template Image

The SharinPix Image Template functionality allows mobile users to load an image template and annotate it within the SharinPix mobile app. This feature is also available offline.

This article demonstrates how to:

Configure the SharinPix Mobile Launcher Component to launch the Template Image

We can use the mobile launcher component to open the template image on an annotation mode in the SharinPix mobile app. For this, the template_image parameter should be configured in the custom parameters section as indicated in the picture below. The template_image parameter takes as value an image template public URL. 

Here is an example of the key and value to be added in the custom parameters with the image template URL 'https://p.sharinpix.com/image.test.com/smart_solar.png':

template_image=https://p.sharinpix.com/image.test.com/smart_solar.png

Pre-requirement:

Prior to configuring the deeplink, you should ensure that a SharinPix mobile upload token is available for the record on which you intend to use the Template Image Viewer.

You can refer to the following article to set up an automation that will generate a SharinPix token upon the creation of records if required:

SharinPix automatic mobile upload token generation (Admin Friendly)

We can use a deeplink to open the template image on an annotation mode in the SharinPix Mobile App. For this, the template_image parameter should be configured in the SharinPix deeplink. Our deeplink URL starts with sharinpix:// instead of https:// and opens our mobile app when installed on the device system.

The general syntax of such deeplink is as follows:

"sharinpix://upload?token=<Your Token>&template_image=<Image URL>"


As indicated above, the template_image parameter takes an encoded version of the image template public URL as value. For example, if your image URL is https://image.test.com/smart_solar.png, here is the encoded version to be used as the value for the template_image parameter: https%3A%2F%2Fimage.test.com%2Fsmart_solar.png


Here is an example of the deeplink with the template_image parameter configured with the encoded version of the image template public URL :

sharinpix://upload?token=<Your Token>&template_image=https%3A%2F%2Fimage.test.com%2Fsmart_solar.png

Tip:

The above deeplink can be embedded in custom implementations such as Screen Flow to open the image template within the SharinPix mobile app.

Demo

Click the 'Sketch Plan' button as shown in the diagram below to open the Image template URL configured.

The image below shows the template image when opened on the annotation mode in the SharinPix mobile app.

You can find various tool to annotate on the template image as shown in the diagram below.


Users can add/view notes for each annotation. This can be done using the hamburger menu located at the bottom right of the screen.

Once you click on the save button, the image with annotation will be uploaded to the target album as depicted in the diagram below.

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.