Description
We use craft CMS as a headless CMS and the GraphQL api to get the content. With the Webhook plugin we send webhooks to the application to clear the cache and get the new content from Craft CMS. When a single type is saved the webhook plugins sends a request with the wrong siteId. We have different sites with the same single names.
Steps to reproduce
- Create multiple sites with the same single handel (Home)
- Save the single entry
- Webhook plugins sends a request with another sites id
Saved from default site

Webhook data

GraphQL data

Additional info
- Craft CMS version: 3.7.24
- Webhooks version: 2.4.1
- PHP version: 8.0.15
- Database driver & version: MySQL 5.5.5
- Plugins & versions:

Description
We use craft CMS as a headless CMS and the GraphQL api to get the content. With the Webhook plugin we send webhooks to the application to clear the cache and get the new content from Craft CMS. When a single type is saved the webhook plugins sends a request with the wrong siteId. We have different sites with the same single names.
Steps to reproduce
Saved from default site

Webhook data

GraphQL data

Additional info