Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. harjinderkaur
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by harjinderkaur

    • H

      Create Lead issue
      General Discussion • • harjinderkaur

      2
      0
      Votes
      2
      Posts
      1179
      Views

      R

      Hello @harjinderkaur

      Kindly click on an error from the console and share the error message so I can assist you accordingly.

      Check the below image.

      b s bscb.png

      Thanks & Regards

    • H

      SSO(login from app to CRM) login,
      General Discussion • • harjinderkaur

      3
      0
      Votes
      3
      Posts
      437
      Views

      M

      Is it possible upon Laravel code base?

      There's a project that enables SSO in Laravel based projects, using keycloak.org as provider ID. this project enables what you're asking for.

      https://packagist.org/packages/vizir/laravel-keycloak-web-guard

    • H

      is it possible, for MongoDB data inside the Krayian crm package to get or not?
      General Discussion • • harjinderkaur

      4
      0
      Votes
      4
      Posts
      507
      Views

      H

      @harjinderkaur I have one more query , should i do sso login inside crm , please ASAP

    • H

      SSO Login
      Comments & Feedback • • harjinderkaur

      2
      0
      Votes
      2
      Posts
      259
      Views

      A

      @harjinderkaur No, SSO login is not available in the krayin cmr

    • H

      Node api in lead module
      Comments & Feedback • • harjinderkaur

      2
      0
      Votes
      2
      Posts
      1235
      Views

      A

      @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.