graphql-engine/docs/graphql/manual/event-triggers/index.rst
2018-09-11 16:41:24 +05:30

20 lines
447 B
ReStructuredText

Event triggers
==============
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
See:
^^^^
.. toctree::
:maxdepth: 2
:titlesonly:
create-trigger
payload
serverless
samples