Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add integration with: LeadSquared (CRM) #649

Open
4 tasks
rflihxyz opened this issue Aug 10, 2024 · 5 comments
Open
4 tasks

feat: Add integration with: LeadSquared (CRM) #649

rflihxyz opened this issue Aug 10, 2024 · 5 comments
Labels
backend 🔌 Connector Connectors extend our unified API so it can interact with a specific software CRM CRM Related Issue embedded-catalog good first issue Good for newcomers

Comments

@rflihxyz
Copy link
Contributor

What type of software do you want to build integrations with?

CRM

Which specific platforms would you integrate with?

LeadSquared

Which specific objects would you integrate with?

  • Contacts
  • Deals
  • Tasks
  • Engagements

Do you anticipate to mostly read, or write data?

Read and write

Please share any detail you want here

Documentation: https://apidocs.leadsquared.com/overview/#api

@rflihxyz rflihxyz added backend CRM CRM Related Issue embedded-catalog good first issue Good for newcomers 🔌 Connector Connectors extend our unified API so it can interact with a specific software labels Aug 10, 2024
@rflihxyz rflihxyz added this to Product Aug 10, 2024
@rflihxyz rflihxyz moved this to 🏗 Planned in Product Aug 10, 2024
@Iamsidar07
Copy link
Contributor

@rflihxyz Can you assign this to me. I want to work into this.

@Iamsidar07
Copy link
Contributor

@rflihxyz leadsquired does not exist in metadata.

@naelob
Copy link
Contributor

naelob commented Aug 17, 2024

@Iamsidar07 Yes true ! Im going to do it

@Iamsidar07
Copy link
Contributor

@naelob Can I work on objects ? I have an integrated task object.

@Iamsidar07
Copy link
Contributor

@Iamsidar07 Yes true ! Im going to do it

I tried to make it. I hope it will help you.

API docs

'leadsquared': {
        scopes: '',
        urls: {
          docsUrl: 'https://apidocs.leadsquared.com/overview/#api',
          apiUrl: 'https://api-us11.leadsquared.com',
        },
        logoPath: 'https://www.leadsquared.com/wp-content/uploads/2023/12/340-x-156-300x138-1.png',
        description: 'Sync & Create contacts, deals, engagements and tasks',
        authStrategy: {
          strategy: AuthStrategy.api_key,
          authStructure: [
            {
              headerParamName: 'x-LSQ-AccessKey',
              valueName: 'access_token',
            },
            {
              headerParamName: 'x-LSQ-SecretKey',
              valueName: 'secret_token',
            },
          ],
          properties: ['access_token', 'secret_token']
        },
        active: false
      }

It requires to pass access_token and secret_token in header.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 🔌 Connector Connectors extend our unified API so it can interact with a specific software CRM CRM Related Issue embedded-catalog good first issue Good for newcomers
Projects
Status: Backlog
3 participants