------ For integration pattern details, call `search_afls_knowledge({ query: "integration patterns" })` to get sourced documentation. |----------| | MuleSoft | Complex enterprise integrations, API-led connectivity | | Informatica | MDM integrations, data quality | | Salesforce Connect | Real-time external data access (no data copy) | | Platform Events | Real-time event-driven integration | | Bulk API 2.0 | High-volume batch data loading | | REST/SOAP API | Real-time record operations |
Scanned 9/19/2026
Install to Claude Code
npx -y skills add SalesforceLabs/afls-for-claude --skill afls-integration-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Afls Integration Patterns?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/salesforcelabs-afls-integration-patterns)More formats (shields.io, HTML) on the badges page.
------
For integration pattern details, call `search_afls_knowledge({ query: "integration patterns" })` to get sourced documentation.
|----------|
| MuleSoft | Complex enterprise integrations, API-led connectivity |
| Informatica | MDM integrations, data quality |
| Salesforce Connect | Real-time external data access (no data copy) |
| Platform Events | Real-time event-driven integration |
| Bulk API 2.0 | High-volume batch data loading |
| REST/SOAP API | Real-time record operations |
## Best Practices
1. **Use External IDs:** Always map external system IDs to Salesforce external ID fields for upsert
2. **Respect API limits:** Monitor API call usage, especially during bulk operations
3. **Error handling:** Implement retry logic and dead letter queues for failed records
4. **Data quality:** Validate data before loading — AFLS has strict object relationships
5. **Incremental sync:** Use timestamp-based delta queries instead of full loads
6. **Test in sandbox:** Always test integrations in a sandbox before production
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!