feat: integrate LeadSquared CRM (#11284)

This commit is contained in:
Shivam Mishra
2025-04-29 09:14:00 +05:30
committed by GitHub
parent c63b583f90
commit 1a2e6dc4ee
36 changed files with 2577 additions and 7 deletions

View File

@@ -37,5 +37,16 @@ FactoryBot.define do
access_token { SecureRandom.hex }
reference_id { 'test-store.myshopify.com' }
end
trait :leadsquared do
app_id { 'leadsquared' }
settings do
{
'access_key' => SecureRandom.hex,
'secret_key' => SecureRandom.hex,
'endpoint_url' => 'https://api.leadsquared.com/'
}
end
end
end
end