A basic sample using Go to show how to receive leads from zap+.
Please, check out our docs for more information.
git clone https://github.com/olxbr/crm-lead-integration.git
cd samples/go
- Copy
.env.example
file and rename it to.env
- Change
SECRET_KEY
value in.env
file
- Local build execute:
make local/build
- Docker build execute:
make docker/build
- Local run execute:
make local/run
- Docker run execute:
make docker/run
Helpful commands
Please, check all available commands in the Makefile for more information.