@belugawhale15 May I know the version of Krayin you are using?
Latest posts made by admin
-
RE: Error to Sync Google Calendar with KrayinCRM
-
RE: Node api in lead module
@harjinderkaur The query is not clear much
If you just need to generate a lead into CRM from different sources then you may create a webhook URL.
Please take a reference of mail parsing webhook - https://github.com/krayin/laravel-crm/blob/master/packages/Webkul/Admin/src/Http/routes.php#L26
Also, if you want to create RestAPI then make a separate package for API by following the documentation https://devdocs.krayincrm.com/1.x/packages/create-package.html
and, for CRUD operations, use the lead repository listed under the Lead package. -
RE: SSO Login
@harjinderkaur No, SSO login is not available in the krayin cmr
-
RE: SSO(login from app to CRM) login,
@harjinderkaur No, SSO is not available in the krayin crm
-
RE: is it possible, for MongoDB data inside the Krayian crm package to get or not?
@harjinderkaur No, krayin doesn't support the MongoDB database.
Supported Database Servers -https://prnt.sc/jdV72H4TIRrt
-
RE: new install
Hi,
please follow the below link -
https://devdocs.krayincrm.com/1.x/introduction/installation.html#install-krayin-using-composer -
RE: Add address fields to Persons
Hello there,
here what we can do is we can create a new attribute according to your requirements and then assign the same attribute to the person. In this manner, you will be able to see the address field.For creating a new attribute
Go to Settings -> Automation section -> Attributes -> Create new -> Assign to the person entity.Please check the screenshots below.
-
RE: Installation
Hello there,
Can you please help us with the screenshot so that we can understand the issue in a better manner?Thank you.
-
RE: Add address fields to Persons
@PabloRQ
Thank You so much for your query, we will be checking the same and we will try to implement it after the discussion -
RE: Feature Request: Ability to Add NEW Company, User and Products while creating a Lead.
@Steven-Willett
Thank You so much for your query, we will be checking the same and we will try to implement it after the discussion.