What problem does it solve?
This Skill helps you implement reliable Frappe integrations without common production mistakes such as broken OAuth flows, missed webhook delivery, blocked API calls, and unsafe bulk imports.
Core Features & Use Cases
- OAuth provider setup: Configure Frappe as an identity provider for external apps with the correct authorization-code flow.
- Connected App integration: Connect Frappe to Google, Microsoft, and other external services while managing consent and token refresh safely.
- Webhooks and API calls: Build outbound webhooks and external API requests with HMAC verification, retries, timeouts, and logging.
- Data import and export: Handle CSV or XLSX import jobs, batch processing, and structured export workflows for business data.
- Use Case: An implementation team can use this Skill to wire Frappe to a third-party accounting tool, automate invoice sync, and avoid token, retry, or duplication issues.
Quick Start
Use the frappe-impl-integrations skill to design the safest integration pattern for my Frappe use case and give me the exact workflow, validation rules, and implementation steps.