Skip to content

PlatformX events integration #16264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 of 4 tasks
bpmct opened this issue Jan 27, 2025 · 1 comment
Open
2 of 4 tasks

PlatformX events integration #16264

bpmct opened this issue Jan 27, 2025 · 1 comment

Comments

@bpmct
Copy link
Member

bpmct commented Jan 27, 2025

PlatformX by getDX, one or our partners, is a tool that allows platform admins to collect events and send pulse surveys to the users of their platform based on the events a user submitted. It uses an email to identify the user across both platforms. See the webhook format in their docs.

Part 1) Support integration via a middleware

A webhook notification can send events to middleware, which then informs PlatformX by modifying the request. This almost works today, except notifications such as "workspace created" go to the admin with no user email in sight.

Part 2) Native notification target (no middleware needed)

Since the middleware simply manipulates the API request, filters the requests, and provides a getDX API key, Coder could provide a native PlatformX notification target with server config flags to take in the API key, just like our sample middleware does.

+ PLATFORMX_API_KEY=<>

Note

See my internal docs on the integration if you need access/help setting this up

@stirby
Copy link
Collaborator

stirby commented Jan 29, 2025

We're not going to consider a native platformX integration until we implement native slack and teams targets, but adding the payload data is an easy win.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants