From a978d2cf573eb0a98478f17b924926a9525beea9 Mon Sep 17 00:00:00 2001 From: Norman Pracht - Webmecanik Date: Wed, 6 Oct 2021 12:07:35 +0200 Subject: [PATCH] Update _webhooks.md * closes https://github.com/mautic/developer-documentation/issues/161 * includes mention of new webhook : https://github.com/mautic/mautic/pull/10511 * add also mention of forgotten webhooks --- source/includes/_webhooks.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/source/includes/_webhooks.md b/source/includes/_webhooks.md index b408d0c79c3..9f2a764f598 100644 --- a/source/includes/_webhooks.md +++ b/source/includes/_webhooks.md @@ -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