On: {{ join_events(item.on) }}
Presets: {{ join_presets(item.presets) }}
Headers: {{item.request.headers.map(h => h.key).join(', ')}}
| Targets | Actions |
|---|---|
|
{{ item.request.method.toUpperCase() }}({{ ucFirst(item.request.type) }}) @
On: {{ join_events(item.on) }}
Presets: {{ join_presets(item.presets) }}
{{ item.enabled ? 'Enabled' : 'Disabled' }}
|
|
On: {{ join_events(item.on) }}
Presets: {{ join_presets(item.presets) }}
Headers: {{item.request.headers.map(h => h.key).join(', ')}}
No results found for the query: {{ query }}.
Please try a different search term.
Authorization header key by default,
However this might not be enough to remove credentials from the exported data. it's your responsibility
to ensure that the exported data does not contain any sensitive information for sharing.
Form, the event data will be JSON encoded and sent as
...&data_key=json_string, only the data field will be JSON encoded.
The other keys id, event and created_at will be sent as they are.
X-Event-ID and X-Event with the request.
default preset and selected ALL events, only events that reference
the
default preset will be sent to that target. Like wise, if you have limited both events and
presets, then ONLY events that satisfy both conditions will be sent to that target. Only the
test events can bypass these conditions.