Last updated Jun 1, 2021

Deprecation notice for webhookEventType field

From 01 June 2021, the events fired by the app migration platform will have a new attribute eventType with either app-data-uploaded or listener-triggered values.

From 01 December 2021, the attribute that holds the current information (webhookEventType) will no longer be available.

Existing behaviour

Currently, events fired by the app migration platform supports the following values: APP_DATA_UPLOADED or LISTENER_TRIGGERED

1
2
  {
    "webhookEventType":"APP_DATA_UPLOADED"
  }

Replacement

From 01 December 2021, the app migration platform will use app-data-uploaded and listener-triggered values in a new field named eventType. This change aligns to events sent as part of a Connect App installation.

1
2
{
  "eventType":"app-data-uploaded"
}

Reason for change

This change ensures consistency in the way the app migration platform names attributes.

Rate this page: