Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

add missing and coming webhooks #204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions source/includes/_webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ Webhook is a universal way how to send data about leads, pages, forms and events

Mautic can send webhook payload on these actions:

- Email open
- Form submit
- Lead delete
- Lead point change
- Lead update
- Lead create
- Page hit
- Company Create/Update Event
- Company Deleted Event
- Contact Channel Subscription Change Event
- Contact Company Subscription Change Event
- Contact Segment Membership Change Event
- Contact Deleted Event
- Contact Identified Event
- Contact Points Changed Event
- Contact Updated Event
- Email Open Event
- Form Submit Event
- Page Hit Event

## The webhook workflow

Expand Down