You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/actions.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,9 @@ When you send an event with an actions destination Event Tester that doesn't mat
195
195
196
196
If no mappings are enabled to trigger on an event that has been received from the connected source, the destination will not send any events. Ensure that at least one mapping has been configured and enabled in the destination mappings for an event that you would like to reach downstream.
197
197
198
+
>info ""
199
+
>Events without mappings enabled to handle them display as being discarded due to "No matching mapping" in a destination's Delivery Overview.
200
+
198
201
###Multiple mappings triggered by the same event
199
202
200
203
When the same event triggers multiple mappings, a request will be generated for each mapping that's configured to trigger on an event. For example, for the*Subscription Updated* event, if two mappings are enabled and both have conditions defined to trigger on the*Subscription Updated* event, the two requests will be generated and sent to the destination for each*Subscription Updated* event.