This guide helps you diagnose and resolve common issues with LeadMagic integrations, with a special focus on Clay and other GTM tools.
Potential Causes:
Troubleshooting Steps:
1. Verify API Key π
2. Check Input Data π
3. Inspect Error Messages β οΈ
4. Rate Limit Issues β±οΈ
Clay Formula Tip
To add a delay between enrichments in Clay, you can use the sleep()
function in a formula:
// Add a 2-second delay between enrichments
if(rowIndex() % 10 == 0) {
sleep(2000)
return true
} else {
return true
}
Potential Causes:
Troubleshooting Steps:
1. Verify Data Availability π
2. Check Field Mapping πΊοΈ
3. Data Formatting Issues π
Error Code | Description | Solution |
---|---|---|
`401` | Unauthorized | Your API key is invalid or missing. Regenerate and update it. |
`402` | Payment Required | You've run out of credits. Purchase additional credits. |
`403` | Forbidden | Your account lacks permission for this action. Check your subscription plan. |
`429` | Too Many Requests | You've exceeded rate limits. Implement delays between requests. |
`500` | Server Error | Temporary issue on our end. Wait a few minutes and retry. |
Troubleshooting Steps:
1. Verify Webhook Configuration π§
2. Inspect Webhook Logs π
3. Test with Webhook Debugger π§ͺ
Security Note
Ensure your webhook endpoint is properly secured. We recommend using webhook signatures to verify that incoming requests are genuinely from LeadMagic.
Troubleshooting Steps:
1. Check Authentication π
2. Review Field Mapping πΊοΈ
3. Examine Salesforce Logs π
If you're still experiencing integration issues:
1. Prepare Key Information π
2. Contact Support Channels π
3. Schedule Integration Consultation π
For complex integration scenarios, you can book a dedicated support session with our integration specialists here.
To avoid future integration issues:
Our integration specialists are ready to assist with your specific issues. Contact us at integration-support@leadmagic.io or schedule a consultation call.