What would you like to know more about?

Webhooks

Webhooks are created and managed in the Administration folder. Very few users should have access to these records. Those with access should use extreme caution when adding or editing records.

  • Webhooks facilitate targeted notifications when specific, pre-defined changes are made. They can be triggered when specific data is created, updated, or deleted.
  • Webhooks in MinistryPlatform are intended for notification only, it is then up to the receiving software to retrieve the changed data via the REST API and update it's own records accordingly.
  • To maintain security standards, these webhooks will notify only that a change has taken place. Tokens that reveal the specific changes are not supported in the request and will not render as values in the payload.
  • Table Lookup Convention is not supported.
  • Webhooks are Table based, not Page based.