Hi,
I’m developing some webhook integrations to consume invitee.* events.
We have both a dev and a prod environment and I was wondering if you have any guidelines, best practices, or support for how to set up the dev environment. The goals would be:
- Have dev and prod share as much as possible - ideally, the only difference would be how they are configured (signing keys, auth keys).
- Not allow any production data into dev
Thanks!