-
Notifications
You must be signed in to change notification settings - Fork 39
Add webhook events and payloads to menu #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
1f3d064
7de9724
656ee9c
650047c
def7264
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,19 @@ | ||
| Webhook events and payloads | ||
| =========================== | ||
| Webhook events are specific actions that occur in the system, such as when a Contact creates a new account. When an event occurs, Mautic sends a payload containing data about the event to the registered Webhook URL. | ||
|
|
||
| .. toctree:: | ||
| :caption: Events | ||
| :hidden: | ||
| Below is a list of documented events with their event types and the structure of their payloads: | ||
|
|
||
| lead_post_save_new | ||
| lead_post_save_update | ||
| lead_points_change | ||
| lead_post_delete | ||
| lead_channel_subscription_changed | ||
| lead_company_change | ||
| company_post_save | ||
| company_post_delete | ||
| email_on_send | ||
| email_on_open | ||
| form_on_submit | ||
| page_on_hit | ||
| sms_on_send | ||
| * :ref:`webhooks/events/lead_post_save_new:Contact identified event` | ||
|
Check warning on line 7 in docs/webhooks/events/index.rst
|
||
| * :ref:`webhooks/events/lead_post_save_update:Contact updated event` | ||
|
Check warning on line 8 in docs/webhooks/events/index.rst
|
||
| * :ref:`webhooks/events/lead_points_change:Contact Points changed event` | ||
|
Check warning on line 9 in docs/webhooks/events/index.rst
|
||
| * :ref:`webhooks/events/lead_post_delete:Contact deleted event` | ||
|
Check warning on line 10 in docs/webhooks/events/index.rst
|
||
| * :ref:`webhooks/events/lead_channel_subscription_changed:Contact Channel subscription change event` | ||
|
Check warning on line 11 in docs/webhooks/events/index.rst
|
||
| * :ref:`webhooks/events/lead_company_change:Contact Company subscription change event` | ||
|
Check warning on line 12 in docs/webhooks/events/index.rst
|
||
| * :ref:`webhooks/events/company_post_save:Company created/updated event` | ||
|
Check failure on line 13 in docs/webhooks/events/index.rst
|
||
| * :ref:`webhooks/events/company_post_delete:Company deleted event` | ||
|
Check warning on line 14 in docs/webhooks/events/index.rst
|
||
| * :ref:`webhooks/events/email_on_send:Email send event` | ||
|
Check warning on line 15 in docs/webhooks/events/index.rst
|
||
| * :ref:`webhooks/events/email_on_open:Email open event` | ||
|
Check warning on line 16 in docs/webhooks/events/index.rst
|
||
| * :ref:`webhooks/events/form_on_submit:Form submit event` | ||
| * :ref:`webhooks/events/page_on_hit:Page hit event` | ||
| * :ref:`webhooks/events/sms_on_send:Text send event` | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ifeoluwafavour when I build the HTML there's a bunch of warnings that these pages do not exist in a ToC tree.
Can you please add them, maybe to the root index.rst under the Webhooks section? That way they also come up under the menu when you're clicking through. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RCheesley i have just added the toctree. Is the syntax okay?