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.
Currently, events fired by the app migration platform supports the following values:
APP_DATA_UPLOADED
or LISTENER_TRIGGERED
1 2{ "webhookEventType":"APP_DATA_UPLOADED" }
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" }
This change ensures consistency in the way the app migration platform names attributes.
Rate this page: