SalesLoft CI Integration Overview GitHub Actions workflows for testing SalesLoft API integrations: unit tests with mocked responses, integration tests against the live API, and OAuth token validation. Instructions Step 1: GitHub Actions Workflow Step 2: Configure Secrets Step 3: Integration Test Structure Step 4: Pre-merge Validation Error Handling | CI Issue | Cause | Solution | |----------|-------|----------| | Secret not found | Missing | | | Integration test 401 | Token expired | Refresh and update secret | | Rate limit in CI | Parallel runs | Use separate test API keys per branch | | Fla…