Receive event notifications using webhooks

When developing an application, you'll want to receive notifications when particular events happen on the Morta platform. Morta uses webhooks to notify your application when an event happens within a project where you're the owner or admin.

Webhooks can be used to react to events like when a process response is created, when table data is modified, etc.

To get started with webhooks you'll need to:

  • Create a publically accessible HTTP endpoint for your application
  • Setup a notification using the form in Project -> Developers