04-ca-integracao-core

Manage OAuth 2.0 authentication and bidirectional data synchronization with Conta Azul ERP.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/clark-neitzel/cahardt --skill 04-ca-integracao-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 04-ca-integracao-core
Source: https://github.com/clark-neitzel/cahardt/tree/main/.agent/skills/04-ca-integracao-core
Command: npx skills add https://github.com/clark-neitzel/cahardt --skill 04-ca-integracao-core

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides the essential foundation for integrating with the Conta Azul ERP system, ensuring secure and reliable data synchronization by managing authentication, token renewal, and data flow logic.

Core Features & Use Cases

  • Robust OAuth 2.0 Handling: Manages the complete OAuth 2.0 flow for Conta Azul, including secure token storage, automatic access token renewal, and handling refresh token rotation.
  • Incremental Data Synchronization: Implements efficient, timestamp-based synchronization for products and other data entities, minimizing API calls and improving performance.
  • Bidirectional Order Sync: Manages the complex synchronization of sales orders between your application and Conta Azul, including detection of deletions and restoration of statuses.
  • Use Case: Ensure your application's product catalog is always up-to-date with Conta Azul, and that sales orders created in your app are seamlessly pushed to Conta Azul, while also reflecting any changes or cancellations made in Conta Azul back into your system.

Quick Start

Ensure the Conta Azul API integration is robust by verifying the refresh token logic before making any HTTP calls.

Frequently Asked Questions about 04-ca-integracao-core

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I handle Conta Azul OAuth 2.0 token refresh and rotation automatically?

Conta Azul OAuth 2.0 token management requires securely storing access tokens and automatically renewing them using the refresh token, while also handling refresh token rotation to maintain uninterrupted API authentication.

What is the best way to synchronize sales orders bidirectionally with an ERP?

Bidirectional sales order synchronization with an ERP involves pushing orders from your application to the ERP, tracking timestamp-based incremental updates, and detecting deletions or status restorations to ensure data consistency across both systems.

How does incremental data synchronization work for ERP product catalogs?

Incremental data synchronization for ERP product catalogs works by tracking timestamp-based updates, fetching only modified records to minimize API calls, and improving overall synchronization performance between your application and the ERP system.

Can I detect deletions and status restorations when syncing orders with Conta Azul?

Yes, detecting deletions and status restorations during Conta Azul order synchronization is handled by comparing bidirectional data flows, ensuring that cancellations or modifications made in Conta Azul are accurately reflected back into your application.

Does the Conta Azul API integration support complex response structures?

The Conta Azul API integration handles complex API response structures by parsing nested data payloads during product and sales order synchronization, ensuring data consistency is maintained when mapping entities between your application and the ERP.