Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@outreach/extensibility-sdk
Advanced tools
This document contains all the information a developer needs to create an Outreach application.
Table of content
When an Outreach user goes to a specific part of the Outreach application (e.g., opportunity page), the application will check if that user has installed applications for that part of the app and (if yes):
The extensibility framework supports a few integration methods with different coding requirements and provides a different integration level with Outreach. Each one of the methods requires one or more steps to be implemented based on the application requirements.
Every application needs to have an application hosting web page, which will Outreach users see loaded as a source of application iframe. This page implementation has to follow a very small set of requirements.
During the development phase, application creators can skip this requirement and use only a Locally hosted application page without the need to have a publicly available page.
Every application also needs to create and upload a manifest file. That manifest file contains things like the URL where the application web page is located, contextual information which application needs from Outreach, details about Outreach API access, etc.
If your application is stateless (e.g., currency exchange calculator application) or your application has independent initialization (e.g., initialize itself based on its cookie), there is no need for any additional work to be done.
Go to manifest file page to learn more.
All stateful applications would need contextual information from Outreach to initialize themselves in the proper state. For that, they need to parse from the URL a set of contextual information (e.g., opportunity id, prospect email, etc.) sent by Outreach.
Go to host url parameters parsing page to learn more.
Most of the applications would want to have deeper integration with the Outreach application (e.g., to notify Outreach users about some application event). For that, the application will need to integrate Outreach client sdk.
Go to Outreach client SDK page to learn more.
Some of the applications will need to have client access to Outreach API, and for that, they will need to add support on the application server required for obtaining and refreshing access tokens. This will include implementing additional endpoints, server to server calls to Outreach API, token caching, etc.
Go to Outreach API access page to learn more about API access requirements.
NOTE: This document is an early preview of the client extensibility framework whose primary purpose is to speed up the collaboration and scenario exploration with potential application creators. It will be changing at a rapid pace until the official release of the platform.
If you have any questions/comments/concerns about the extensibility, please check the FAQ or email us at cxt-sdk@outreach.io.
There are two types of application extensions you can create with the Outreach client sdk: application extension and tab extension.
Application extension is a type of extension where the application creator wants to bring its all app to Outreach.
This type of extension has an icon in the left side menu at the same level as other Outreach icons. Clicking on that icon will load an iframe taking the whole space and showing the extension host page defined in the manifest.
Application extension can receive only user and organisation contextual information.
Application extension can define a special notifications endpoint, which will enable it to implement things as unread notifications badge decoration, show informational toast, etc., even before Outreach user interacted with the addon.
Tab extension is an extension that enables you to load your application in a context of a specific account, prospect, or opportunity. Your application is being loaded as an additional tab beside other standard Outreach tabs.
Tab extension are loaded after the tab is being opened. In addition to the organization and user context available to application extension, they can receive current account context (account tab), current prospect context (prospect tab), and current opportunity context (opportunity tab).
Tab extension do not support the notification feature application addons have.
FAQs
<!-- omit in toc -->
The npm package @outreach/extensibility-sdk receives a total of 67 weekly downloads. As such, @outreach/extensibility-sdk popularity was classified as not popular.
We found that @outreach/extensibility-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.