.getRecipientAccountId());
PrebuiltNotificationsRequest notifRequest = new PrebuiltNotificationsRequest(RequestType.EXTERNAL_PRE_BUILT,
params.isHighPriority(), clientId, recipientId, params.getMessage(), params.getUrl());
inWrapperContext.getUserActionRequests().add(
new UserActionRequest(CreateNotificationsRequest.ACTION_NAME, null, notifRequest));
return null;
}