mirror of https://github.com/gophish/gophish
Added campaign ID to the webhook JSON payload
parent
0620671de6
commit
3d525525ea
|
@ -75,7 +75,7 @@ type CampaignStats struct {
|
|||
// that occurs during the campaign
|
||||
type Event struct {
|
||||
Id int64 `json:"-"`
|
||||
CampaignId int64 `json:"-"`
|
||||
CampaignId int64 `json:"campaign_id"`
|
||||
Email string `json:"email"`
|
||||
Time time.Time `json:"time"`
|
||||
Message string `json:"message"`
|
||||
|
|
Loading…
Reference in New Issue