You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proper templates - allow them to be created and saved. Potentially also move to the backend so that we can temporarily enforce that one can only use templates (until we are ready to allow full code modifications) - feat: CDP Templates #22896
Make "internal" hog functions that are perhaps managed separately with way more limited code options
Fix channel selector to save the name as well if possible
Ensure optional properties work as expected person?.properties?.email
Expose posthog.capture method as a minimum so we can have more control over these use cases
Remove old action matching bytecodes from postgres
Indicate specifically if the underlying template has been updated since it was forked (allowing people to know there are "updates" available
"Masking" concept - have a way of indicating "this function should only be run once per X"
Setup functions so that you explicitly choose to deviate from the template rather than always deviating
Plugin parity
List of existing destinations and whether we have a corresponding Hog solution. Tracked in more detail here.
Migration plan
Action webhooks
Once we have things stable, we can run a migration script to transform the payloads. Given that the message formatting is relatively simplistic this should be totally doable
Zapier "hooks"
Zapier has a special endpoint for creating these "hooks". We could likely consider continuing to use the API for simplicities sake but create dedicated destinations instead (this gives other ways to customize / disable it and see delivery metrics)
Plugins
These we need to do on a case by case basis. Some are 1to1 transferrable, others have slight changes that the user might need to be aware of (we can do this with in app messaging)
The text was updated successfully, but these errors were encountered:
Hog CDP Megaissue
Closed beta release
Open beta release (feature preview)
General release
Non-blocking ideas / work
person?.properties?.email
posthog.capture
method as a minimum so we can have more control over these use casesPlugin parity
List of existing destinations and whether we have a corresponding Hog solution. Tracked in more detail here.
Migration plan
Action webhooks
Zapier "hooks"
Plugins
The text was updated successfully, but these errors were encountered: