UnInstalled App Webhook

KhoaNguyen
Visitor
3 0 0

I try to register uninstalled webhook but it does not work. How can I check it work or not?

"webhooks" => array:1 [▼
  0 => array:10 [▼
    "id" => 1056783499426
    "address" => "https://shop-domain/webhook/app-uninstalled"
    "topic" => "app/uninstalled"
    "created_at" => "2021-07-28T10:53:37+07:00"
    "updated_at" => "2021-07-28T10:53:37+07:00"
    "format" => "json"
    "fields" => []
    "metafield_namespaces" => []
    "api_version" => "2021-01"
    "private_metafield_namespaces" => []
  ]
]
Replies 4 (4)

Luke_K
Shopify Staff
402 66 98

Hey @KhoaNguyen 

So, that webhook should be firing as soon as the app is uninstalled. Does this happen each time you uninstall? If you supply the app name I can check the logs, thanks!

 
| Shopify |
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
KhoaNguyen
Visitor
3 0 0

Hi Staff,

My app is GA4 with API Key: dd6617d359f09f33aa2097889ca3850e.

I tried many times but still not trigger.

Thanks

Luke_K
Shopify Staff
402 66 98

Thanks very much @KhoaNguyen 

I checked out the uninstall logs and in the past 24 hours as I had noticed the app GA had been uninstalled and the app/uninstalled webhook fires.

Is this particular endpoint your are using able to receive any webhooks from us? 

| Shopify |
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution!
KhoaNguyen
Visitor
3 0 0

Thanks for quickly feedback.

I am only using the webhook for uninstalled. Can you show the log to see how webhook fires?

Thanks