1. Help Center
  2. Troubleshooting

Does Galley have webhooks?

Galley does not currently provide webhooks. Instead, a job scheduler should be used.

Galley does not currently provide webhooks. Instead, you will need to schedule jobs (such as cron jobs) to poll the API to keep external systems up-to-date.

Many queries can be filtered to return only the items that have been updated for some time. For example, if you would like to identify the recipes that have recently had dietary flag changes you can pass the timestamp of your last job as a ge (greater than) dietaryFlagLastChangedAt filter to recipeConnection

If a given query does not have a similar filter, you can pull all relevant entities and check what has been recently changed via the updatedAt field.