...
Setting up a webhook requires the ShelterBuddy team to know the URL for the endpoint that you have to handle receiving animal photos. Please email support@shelterbuddy.com with your endpoint for this to be set up. You will need to know what model to expect, the model is called “AnimalPhotos” and is available from the resources page.
Notes:
The first time a Web-hook runs it may return quite a lot of data as the system will need to sync everything, the data for subsequent runs will reduce as we will only need to send the date since the last Sync.
Data is returned in batches of 10.
Name | Description | |
---|---|---|
DispatchJob | Webhook for dispatch job updates. | |
AnimalAdoption | Webhook for animal adoption updates. | |
PhysicalLocation | Webhook for physical location updates. | |
Person | Webhook for person updates. | |
User | Webhook for user updates. | |
Animal | Webhook for animals. | |
PersonMerge | Webhook for peron merges. | |
AnimalMerge | Webhook for animal merges. | |
AnimalIcon | Webhook for animal icons | |
Animal Photos | Webhook for animal photos. |
...