how can i call a crmskript without login

lock
push_pin
done
Answered
2

I have a crmscript which give back an JSON.

I need to call my function.

When i call with blogic.fcgi in a private browser i come to the login mask

When i call with customer.fcgi?action=doscript in a private browser, that open the customer center but not my json

Is there another way to do that or it's my action bad ?

Thanks for your help

27 Jan 2023 | 01:08 PM

All Replies (2)

Hi Fabrice,

Please use the following logic:

getProgramCustomer() + "&action=safeParse&includeId=XXXyourIDXXXX&key=XXXXXyourKeyXXXX"

 

I suppose doscript should be replaced with the safeParse part :)

27 Jan 2023 | 01:12 PM

Hi Bas, you are my rescuer.

Thanks

27 Jan 2023 | 01:20 PM

Add reply