Skip to content
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

Custom webhook sources for ingestion #27021

Open
benjackwhite opened this issue Dec 18, 2024 · 0 comments
Open

Custom webhook sources for ingestion #27021

benjackwhite opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@benjackwhite
Copy link
Contributor

benjackwhite commented Dec 18, 2024

Feature request

Is your feature request related to a problem?

We have a specific format for "capture" to ingest data. This generally works fine for people directly integrating with us but a lot of people want to use a platform's webhook to trigger ingestion to us. To do this they often need to use a 3rd party such as Zapier to transform the data into the appropriate format before coming to us.

Describe the solution you'd like

Now that we have custom hog functions, we could potentially offer a custom webhook experience where you created a Webhook source which can then be hit at something like us.posthog.com/incoming_webhooks/:id. This would likely just immediately respond 200 and queue the payload for later processing which would then use the user's implemented hog code to transform it into the relevant event payload.

@benjackwhite benjackwhite added the enhancement New feature or request label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant