Example scenario: EspoCRM is installed at crm.mydomain.com, and the main website is located at www.mydomain.com.
In EspoCRM, I've attached an image to an Opportunity. On the main website, I can access the EspoCRM database to find the image ID. Is there a way I can directly access the image publicly? I know that crm.mydomain.com?entryPoint=image&id=12345689 works if I am logged into the EspoCRM. If not, I am directed to the login screen. I've found that I can use the API, but I'm hoping to find a direct access route.
In EspoCRM, I've attached an image to an Opportunity. On the main website, I can access the EspoCRM database to find the image ID. Is there a way I can directly access the image publicly? I know that crm.mydomain.com?entryPoint=image&id=12345689 works if I am logged into the EspoCRM. If not, I am directed to the login screen. I've found that I can use the API, but I'm hoping to find a direct access route.
Comment