External Events will now error 404 instead of 400 for uninstalled apps

Starting today, we will update the error response for External Events when the app is uninstalled.

When third-party applications or services trigger the webhook;

Before this change: The external events find the app is already uninstalled by the user and returns the response with,

Status: 400
Response: Bad Request

From now on: The external events find the app is already uninstalled by the user and returns the response with,

Status: 404
Response: Not Found

This change in the error response is clearer for you to understand the status of the webhook and the app.

This change will not affect the functionality of the External Events but will require updates to any third-party applications or services that rely on this error response. This change is applicable for all the apps, for all the customers, in all the regions.

Please get in touch with our support team if you have any questions or concerns about this change.

Thank you for your understanding!

2 Likes