mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
25 lines
541 B
ReStructuredText
25 lines
541 B
ReStructuredText
Event triggers
|
|
==============
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 1
|
|
:local:
|
|
|
|
Hasura can be used to create event triggers on tables in the Postgres database. Event triggers reliably capture
|
|
events happening on the specified tables and then call configured webhooks to carry out some business logic.
|
|
|
|
.. image:: ../../../img/graphql/manual/event-triggers/database-event-triggers.png
|
|
:class: no-shadow
|
|
|
|
**See:**
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:titlesonly:
|
|
|
|
create-trigger
|
|
payload
|
|
serverless
|
|
samples
|