Skip to main content

I am ingesting a data feed from my CDP via webhook and would like to split the events coming through into separate events since there’s 100+ properties.

I realize this could probably be done on the CDP end.

Is there any way to do this in Amplitude? I’ve tried searching but couldn’t figure it out. 

Nevermind! I figured this out via Custom events


Hi Preston!

Glad you were able to get this figured out with Custom Events. Let us know if any other questions come up.

Best,
Jarren


P.S. Checkout upcoming events and user meetups on our events page.

Amplitude webhooks don’t natively support derivative events, so if you’re trying to trigger webhooks based on computed or transformed events, you’ll likely need a workaround. One option is to process the original event externally (via a server or ETL tool), generate the derivative event yourself, and then send it back to Amplitude or another system. Another approach is using Amplitude’s computed properties and exporting the transformed data separately.