syntax = "proto3"; option go_package = "github.com/tech/sendico/pkg/generated/gmessaging"; message ContactRequestEvent { string Name = 1; string Email = 2; string Phone = 3; string Company = 4; string Topic = 5; string Message = 6; }