{{ pageShell.sectionLabel }}
/
{{ pageShell.pageLabel }}
{{ pageShell.description }}
| Targets | Actions | |
|---|---|---|
|
{{ item.request.method.toUpperCase() }}({{ ucFirst(item.request.type) }}) @
{{ item.name }}
|
|
-
When you export notification target, We remove
Authorizationheader 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. -
When you set the request type as
Form, the event data will be JSON encoded and sent as...&data_key=json_string, only thedatafield will be JSON encoded. The other keysid,eventandcreated_atwill be sent as they are. -
We also send two special headers
X-Event-IDandX-Eventwith the request. -
If you have selected specific presets or events, this will take priority, For example, if
you limited the target to
defaultpreset and selectedALLevents, only events that reference thedefaultpreset 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 thetestevents can bypass these conditions.