-
Notifications
You must be signed in to change notification settings - Fork 14
/
hooks.properties
146 lines (137 loc) · 7.37 KB
/
hooks.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
hooks.plugin-title = Hooks
hooks.plugin-description = Trigger external HTTP endpoints & receive emails based on incoming data and internal actions
hooks.new-hook = New hook
hooks.drawer-create-title = Create new hook
hooks.hook-name = Hook name
hooks.hook-description = Hook description
hooks.hook-description-note = An optional description that'll be visible to all users while viewing this hook.
hooks.for_applications = For application
hooks.trigger = Trigger
hooks.effects = Actions
hooks.create-hook = Create hook
hooks.save-hook = Save hook
hooks.set-hook-trigger= Trigger Type
hooks.select-effect = Select Action
hooks.select-trigger = Select trigger
hooks.set-hook-effect = Select action
hooks.applications = Applications
hooks.create-by = Create by
hooks.edit = Edit
hooks.delete = Delete
hooks.trigger-and-effects = Trigger & Actions
hooks.trigger-count = Trigger count
hooks.trigger-last-time = Last Triggered
hooks.save-changes = Save changes
hooks.discard-changes = Discard changes
hooks.make-changes-remind = You made {0} changes.
hooks.make-change-remind = You made 1 change.
hooks.delete-confirm = Confirm that you want to delete this hook.
hooks.edit-your-hook = Edit your hook
hooks.delete-confirm-title = Delete Hook
hooks.batch-size = Action batch procesing size
hooks.pipelineInterval = Action pipeline interval
hooks.batchActionSize = Action batch procesing size
hooks.refreshRulesPeriod = Refresh rules period
hooks.requestLimit = Request limit
hooks.timeWindowForRequestLimit = Time window for request limit
configs.help.hooks-pipelineInterval=The interval between each batch of actions.
configs.help.hooks-batchActionSize=The number of actions to be processed in each batch.
configs.help.hooks-refreshRulesPeriod=The interval between each refresh of the rules.
configs.help.hooks-requestLimit=The maximum number of requests that can be sent to the endpoint within the time window.
configs.help.hooks-timeWindowForRequestLimit=The time window for the request limit.
#triggers
hooks.InternalEventTrigger = Internal Actions
hooks.trigger-api-endpoint-uri= API Endpoint
hooks.trigger-introduction = Introduction
hooks.trigger-api-endpoint-intro-content = <span>Send a GET request with query string parameter “payload” as a JSON string to the below URL:</span><br/><span class="url"> {0}</span>
hooks.APIEndPointTrigger = API Endpoint
hooks.internal-event-selector-title = Internal Actions
hooks.internal-event-selector-placeholder = Please select an internal action
hooks.cohort-selector-title = Cohort
hooks.cohort-selector-placeholder = Please select a cohort
hooks.IncomingDataTrigger = Tracked Data
hooks.IncomingData = Tracked Data
hooks.hook-selector-title = Select a hook
hooks.incoming-event=Data to trigger this hook
hooks.any-events = (Any incoming data)
hooks.trigger-instruction = TIPS
hooks.trigger-copy-url = Copy URL
hooks.test-hook=Test hook
hooks.ScheduledTrigger = Scheduled Trigger
hooks.trigger-and-actions = Trigger -> Actions
#efffects
hooks.CustomCodeEffect = Custom Code
hooks.EmailEffect = Send an email
hooks.SDKEventEffect = SDK Event Action
hooks.CustomCodeEffect = Custom Code
hooks.to-email-address = Email addresses to send the data to
hooks.add-effect =+ Add Action
hooks.HTTPEffect = Make an HTTP request
hooks.http-effect-url = URL to send the data to
hooks.select-http-effect-method = HTTP Method
hooks.query-string-or-json-body = Query string (for GET) or request body (for POST)
hooks.http-method-get = GET
hooks.http-method-post = POST
hooks.http-effect-description= Use {{payload_json}} to include the entire trigger data as a JSON object in your request body, or {{payload_string}} to include a stringified JSON in your query string. You can also use individual properties within the trigger data such as {{user}}.
hooks.intro-hooks-trigger = /hooks/trigger will capture triggered data from the selected hook trigger. <br/>Output: Trigger output data from selected hook.
hooks.intro-i-app_users-delete= /i/app_users/delete will capture deleted user profiles.<br/>Output: Individual user profile data
hooks.intro-i-app_users-update = /i/app_users/update will capture updated user profiles.<br/>Output: Individual user profile data
hooks.intro-i-app_users-create = /i/app_users/create will capture created user profiles.<br/>Output: Individual user profile data
hooks.intro-cohort-exit = /cohort/exit will capture users who exit from the selected cohort. <br/>Output: Individual user profile data
hooks.intro-cohort-enter = /cohort/enter will capture users who enter into the selected cohort. <br/>Output: Individual user profile data
hooks.intro-incoming-data = Will capture event data when match filter rules. <br/>Output: Event data & user profile data.
hooks.copy-notify-message = API Endpoint URL is copied.
hooks.copy-notify-title = Copy URL
hooks.Select_country = Select Country
hooks.Select_timezone = Select Timezone
hooks.messages.name.placeholder = Name of your Hook
hooks.plugin-title-desc = An overview of all hooks set up. You can enable or disable any hook by using their respective toggle switch.
hooks.status-all = All Hooks
hooks.status-enabled = Enabled
hooks.status-disabled = Disabled
hooks.all-applications = All Applications
hooks.action = ACTION
hooks.select-application = Select an Application
hooks.description-placeholder = Enter hook description
hooks.name = Name
hooks.description = Description
hooks.optional = Optional
hooks.source-application = Source Application
hooks.step1 = Basic-info
hooks.step2 = Trigger
hooks.step3 = Actions
hooks.trigger-intro = Set up the details of what will be the trigger for the hook.
hooks.effects-intro = Select the actions the hook will do upon being triggered. You can add more than one action.
hooks.test-hook = HOOK TESTING
hooks.test-hook-intro = Test your hooks to verify payloads or check if your hook setup is working properly before taking it live.
hooks.test-hook-button = Test your hook setup
hooks.remove-action = Remove action
hooks.send-email = Email addresses to send the data to
hooks.http-intro = Query string (for GET) or request body (for POST)
hooks.trigger-via = Trigger Type
hooks.api-trigger-intro = Send a GET request with query string parameter “payload” as a JSON string
hooks.copy-url = Copy URL
hooks.incoming-data = Data to trigger this hook
hooks.filter-rule = USE FILTERING RULE
hooks.scheduled-trigger-intro = Select the frequency and time to set the period to trigger hook automatically
hooks.back-to-hooks=Back to Hooks
hooks.filtering-tips = Description for filtering rule
hooks.edit = Edit
hooks.delete = Delete
hooks.app-desc=Select the app for which the hook will be created.
hooks.detail-title = HOOK DETAILS
hooks.trigger-count=Trigger Count
hooks.trigger-and-effect = Trigger and Actions
hooks.trigger-time = Last Trigger Time
hooks.download-stacktrace = Download Stacktrace
hooks.stacktrace = ERROR LOGS
hooks.time=Time
hooks.action-step = Action Step
hooks.trigger-data = trigger data
hooks.action-data = Action data
hooks.trigger-tips = Set up the details of what will be the trigger for the hook.
hooks.actions-tips = Select the actions the hook will do upon being triggered. You can add more than one action.
hooks.application-tips = The app(s) for which you want to create a hook.
hooks.trigger-count-tips = Number of times the hook has been triggered.
hooks.trigger-action-tips = Identifies the trigger for the hook, and the actions that show the method through which data will be sent.
hooks.trigger-save-failed = Hook could not be saved.