












Show a custom widget right in the issue sidebar or account notebooks, pulling live information from your own systems or external sources so agents have what they need in front of them.
Connect any API endpoint you control, and Pylon fetches the data on demand each time the app loads for an issue with no manual syncing or copy-pasting between tools.
Build the widget from ready-made components — cards, text, date-times, badges, buttons, links, and dividers — to present exactly the information your team needs in a clean, readable layout.
Every data request includes the issue, organization, account, and requester IDs and email, so your endpoint can return information tailored to the exact ticket in view and pull anything more it needs from the Pylon API.


Stand up an API endpoint that Pylon can call to fetch the app's data. This URL is required when you configure the app, and you can secure it by verifying that incoming requests genuinely came from Pylon.
In Settings, find Custom Apps under the Connections section and click "Create App." Give it a descriptive name, provide the endpoint URL, and configure any custom headers that should be sent with the request.
Pylon sends a one-time GET request with a verify request type and a unique code; your endpoint must echo that code back, either as JSON or plain text. Use "Retry Connection" in the app dropdown to send the handshake — until it succeeds the app stays Unverified.
Once verified, Pylon sends a fetch_data request with the issue context, and your endpoint responds with a JSON object describing the components to display. Reconnect via the handshake if the app is ever disconnected.
In the issue sidebar and account notebooks. The widget is embedded directly within the issue view so agents see it alongside the conversation.
Pylon sends a GET request to the endpoint you configure each time the app loads, with a fetch_data request type, and your endpoint returns a JSON object with the data to display.
Pylon completes a one-time verification handshake when you connect the app, and every request can be checked to confirm it originated from Pylon before you return any data.
Custom apps are built from components: cards to group related data, plus text, date-times, badges, buttons, links, and dividers. Cards can contain any of the other component types. Unrecognized component types render an error state.
Each fetch_data request includes the app and widget IDs along with the issue, organization, account, and requester IDs and the requester's email — which you can also use to fetch more from the Pylon API.
Pylon connects with the tools your team lives in — Slack, email, CRMs, ticketing systems,and more. Meet your customers where they are and streamline every support workflow.
Receive and respond to customer messages from Telegram
Manage B2B support directly in Slack channels alongside your team.
Connect Pylon to Granola to ingest call recordings
Sync Outlook Calendar meetings to customer records in Pylon
Automatically capture and log Google Meet call notes to Pylon
Automcatically link active incidents to affected customer conversations.
Enrich customer records with usage data from Amazon Redshift.
Create Shortcut stories from customer conversations automatically
Trigger PagerDuty incidents from critical customer-reported issues.