platform: 'apple' appStoreConnectP8PrivateKeyFilePath: '' # APPLE STORE CONNECT API PRIVATE .p8 KEY File Path appStoreConnectP8PrivateKeyID: '' # APPLE STORE CONNECT API PRIVATE KEY ID appStoreConnectIssueID: '' # APPLE STORE CONNECT ISSUE ID appID: '' # APP ID processors: - FilterProcessor: class: "FilterProcessor" enable: true # enable keywordsInclude: [] # keywords you want to filter out ratingsInclude: [] # ratings you want to filter out territoriesInclude: [] # territories you want to filter out - GoogleTranslateProcessor: # Google Translate Processor, will translate review text to your language, you can remove whole block if you don't needed it. class: "GoogleTranslateProcessor" enable: false # enable googleTranslateAPIKeyFilePath: '' # Google Translate API Credential .json File Path googleTranslateTargetLang: 'zh-TW' # Translate to what Language googleTranslateTerritoriesExclude: ["TWN","CHN"] # Review origin Territory that you don't want to translate. - SlackProcessor: # Slack Processor, resend App Review to Slack. class: "SlackProcessor" enable: true # enable slackTimeZoneOffset: "+08:00" # Review Created Date TimeZone slackAttachmentGroupByNumber: "1" # 1~100, how many review message in 1 slack message. slackBotToken: "" # Slack Bot Token, send slack message throught Slack Bot. slackBotTargetChannel: "" # Slack Bot Token, send slack message throught Slack Bot. (recommended, first priority) slackInCommingWebHookURL: "" # Slack In-Comming WebHook URL, Send slack message throught In-Comming WebHook, not recommended, deprecated.