IntroductionUse the Client SDK to interact with the our Apps framework directly from your iframe. The SDK provides a PipefyApp global object that allows cross-frame communication between your app and the host Pipefy product. 🔎 Getting the SDKImport the Pipefy Client SDK from https://platform.staticpipefy.com/pipefy-app.js Example: 🔎 Using Client SDKOn your Initial page defined by init_url 🔎 On your iframes inside dropdowns, modals, tabs and sidebars ☝️ CUSTOM APP DATA p.set(scope, visibility, key, value) - Store data on Pipefy relative to a card, pipe or organization. Apps can only access their own stored data. 🔎 Scope 🔎 Visibility 🔎 p.get(scope, visibility, key) - Get data that the App stored, based on scope, visibility and key passed by parameters. 🔎 p.attach({url, name}) - Attach a link to card sending URL and name. Apps can claim these attachments later and render properly.🔎 p.detach(id) - Detach a link from the current card. Apps can only detach attachments that t