ABCDEFGHIJKLMNOPQRSTUV
1
pEvent NameDescriptionPayload content
2
Listings
3
ListingCreatedListing created in the systemListing
4
ListingUpdatedExisting listing updated in the systemListing
5
ListingDeletedExisting listing deleted from the systemListing
6
ListingLeadCreatedA lead was created via a listingListing, Lead
7
ListingPromotedLisiting promoted on given daysListing, Promotion
8
ListingProductsAddedPaid product(s) added to an existing listingListing, Products[]
9
ListingProductsRemovedPaid product(s) removed from an existing listingListing, Products[]
10
ListingSharedUser shares a listingListing, Share
11
ListingFavouriteCreatedA user creates a favourite for this listingUser, Listing
12
ListingFavouriteRemovedA user creates a favourite for this listingUser, Listing
13
14
Topic (Category, tag, topic)
15
TopicCreatedWhen a topic is created, whether it is “online" (published) or not, provided that a URL is defined.Topic
16
TopicUpdatedWhen a topic or its status is updated.Topic
17
TopicDeletedWhen a topic is permanently deleted.Topic
18
19
Alerts
20
AlertCreatedUser creates a saved search alert Alert
21
AlertUpdatedUser updates a saved search alert Alert
22
AlertDeletedUser deletes a saved search alert Alert
23
AlertSentSystem sends a saved search alert Alert, Listings[]
24
25
Advertisers
26
AdvertiserCreatedAdvertiser object created in the systemAdvertiser
27
AdvertiserUpdatedExisting advertiser object updatedAdvertiser
28
AdvertiserDeletedExisting advertiser object deletedAdvertiser
29
AdvertiserProductsAddedProduct(s) added to an existing advertiser Advertiser, Products[]
30
AdvertiserProductsRemovedProduct(s) removed from an existing advertiser Advertiser, Products[]
31
AdvertiserLeadCreatedA lead was created directly to the advertiser, not via a listingAdvertiser, Lead
32
33
Users
34
UserCreatedUser object created in the systemUser
35
UserUpdatedExisting user object updatedUser
36
UserDeletedExisting user object deletedUser
37
UserLoginExisting user logs into systemUser
38
UserLogoutExisting user logs out of systemUser
39
UserPasswordRequestExisting user requests password resetUser
40
UserPasswordResetExisting user completes password resetUser
41
UserVerifiedExisting user verifies accountUser
42
UserProductsAddedPaid product(s) added to an existing userUser, Products[]
43
UserProductsRemovedPaid product(s) removed from an existing userUser, Products[]
44
UserLeadCreatedA lead was created directly to the user, not via a listingUser, Lead
45
UserAnonymizedFired on request from a user to anonymize their dataUser
46
47
Newsletters
48
NewsletterSubscribedUser subscribes to a newsletterNewsletter
49
NewsletterUnsubscribedUser unsubscribes from a newsletterNewsletter
50
51
Site
52
SiteLeadCreatedA contact message was sent to venture support staffLead
53
54
Notifications
55
SendSlackMessage, Any event nameEvent sent to the Bus to send slack messages.SlackMessage[]
56
BrowserAlertMatch, Any event nameEvent sent to the Bus to send a browser notification using OneSignalOneSignalNotification
57
EmailAlertSent, Any event nameEvent sent to the Bus to send up to 10 email alerts using SailthruSailthruEmails
58
59
Bus internal
60
CallbackCallback from a service to another service or ventureCallback
61
ErrorCallback from a service or the bus when there is an unexpected errorCallback
62
63
QA
64
TestRunsDispatchedYuvee dispatched a test runtest_runs[], project_reference
65
TestRunReceivedThe E2E test service received the test run requesttest_run
66
TestRunStartedThe E2E test service started to run the teststest_run
67
TestRunCompleteThe E2E test service completed the test run and is sending the results backtest_run
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