This is a really cool product. Very impressive that you were able to build to many integrations with such a small team. Any advice on how you did that?
Thanks! The secret is that most APIs that accept event data are pretty much identical. They have some method or endpoint where you send a JSON dictionary of properties. Once we had had the core event processing down, it wasn't hard to quickly add a lot of integrations.
I've looked a bit at CRM integrations and they all do things slightly differently in ways that make it hard to factor out common pieces. Glad to hear that isn't the case in the event data space.