Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostHog Plugin for Loops

License: MIT

This is a PostHog plugin for passing events to the Loops app.

Functionality

This plugin handles two types of actions:

1. Event

When detect a normal event, we will simply send the event to Loops. All custom properties will be included in the event.

2. Identify

When we detect an identify, we will also send the event to Loops, but also include contact properties. If the user does not exist, it will be created, otherwise, it will be updated.

Testing

In order to test this plugin locally, do the following:

  1. Install node modules with yarn install

  2. Create a .env file with the following contents:

LOOPS_API_KEY=ENTER_API_KEY_HERE

Make sure to include your Loops.so API key

  1. Run yarn test

About

A posthog plugin to push data into a Loops instance.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages