action apacta_get_integrations_contacts_sync { label: "Force Synchronization with ERP systems" provider: apacta method: GET path: "/integrations/contactsSync" encoding: json output: { type: "object" properties: { status: { type: "string" } success: { type: "boolean" } } } }