
Vishwanath Hokrani
-
Actividad total14
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen1 usuario
-
Votos0
-
Suscripciones4
Resumen de la actividad
Última actividad de Vishwanath Hokrani-
Vishwanath Hokrani hizo un comentario,
Hi Tipene, Could you please tell me how to do 2nd options i.e. "could store the data externally and make a call to retrieve it in your script.js file."
-
Vishwanath Hokrani hizo un comentario,
Hi Tipene, Yes, I'm referring to the guide help center code editor.
-
Vishwanath Hokrani creó una publicación,
How to read the assets json file.
I have added json file in assets folder. File Name: Client_Config.json { "ClaimStatus":"Claim Status", "InitiateNonQualified":"Initiate Non - Qualified Death Claim" } How to load these file ...
-
Vishwanath Hokrani hizo un comentario,
This will help me. Thanks a lot. One more question, i have number filed which has 12 digit number. From these fields i need to get last 3 digit in email trigger. Is there way to get it ?
-
Vishwanath Hokrani creó una publicación,
Based on condition, how to change the trigger email body
Hi, I need to trigger email content based on the number of Beneficiary selected. For example If beneficiary ===1 then email content should have 1 Primary beneficiary Primary Beneficiary: {{tick...
-
Vishwanath Hokrani creó una publicación,
article image attachement is expriy after 48 hours
Hi, We are attaching the image to article using below API end url <base_url>/api/v2/help_center/articles/attachments But after 48 hours, attach url is expriy 48 hours. Let me know why its expriy ? ...
-
Vishwanath Hokrani hizo un comentario,
Hi Tipene, No, authorization flow is not run successful and token is not returned in redirect URL. If you need further information, i will setup demo to you.
-
Vishwanath Hokrani hizo un comentario,
Hi Tipene, I have setup same thing, but still getting same error message. In 'OAuth Clients' tab, setup as below: Below code used : export const getUserName=async(author_id,login,password)=>...
-
Vishwanath Hokrani hizo un comentario,
Hi Tipene, I'm not yet deployed my client application in produciont, so building in my local system. In this case, what should be the redirect url as i don't have registered domain name yet. is it ...
-
Vishwanath Hokrani creó una publicación,
Can't get retrun response from /api/v2/users/<user_id>.json API
From my react application, I'm calling below function i.e. javascript function export const getUserName=async(author_id,login,password)=>{ return await axios.get(baseURL+`/api/v2/users/${author_...