List of All Events

Description Notification Type Implementation Type
Gets fired 2h (default delay) after a user registered. Sent via WelcomeNotificationScheduleProvider. WelcomeEvent NotificationManager.EventHandlers.WelcomeEventHandler
Gets fired when an advisor saves one/more service(s). ServicesPublishedEvent BulkEditLogic.EventHandlers.BulkEditServicesPublishedEventHandler
Gets fired when an advisor/requestor saves his/her profile. ProfileUpdatedEvent BulkEditLogic.EventHandlers.ProfileUpdatedEventHandler
Gets fired when an advisor saves one/more service(s) for the very first time. ServicesPublishedFirstTimeReadyForListingEvent BulkEditLogic.EventHandlers.ServicesPublishedFirstTimeReadyForListingEventHandler
Gets fired when a booking completes and a project gets created. AutomaticInvoiceEvent BookingLogic.EventHandlers.AutomaticInvoiceEventHandler
Gets fired when a logged in user claims an unclaimed booking request. BookingClaimedEvent BookingLogic.EventHandlers.BookingClaimedEventHandler
Gets fired when a booking completes and a project gets created. BookingFinishedEvent BookingLogic.EventHandlers.BookingFinishedEventHandler
Gets fired when a booking starts. BookingStartedEvent BookingLogic.EventHandlers.BookingStartedEventHandler
Gets fired when a CID began but did not finish. Situation 1: After CID service booking click 'finish later'. Situation 2: Click next and start filling out but click finish later. Situation 3: In ProjectDetails tab click finish later. CidBeganButNotFinishedEvent BookingLogic.EventHandlers.CidBeganButNotFinishedEventHandler
Gets fired when a CID PDF got created. CidGeneratedPdfEvent BookingLogic.EventHandlers.CidGeneratedPdfEventHandler
Gets fired when a CID was successful. CidSuccessfulEvent BookingLogic.EventHandlers.CidSuccessfulEventHandler
Disabled! Gets fired when a demo meeting gets created to test the advisory room. This happens right after registration on first login. Per hub. DemoMeetingEvent MeetingsLogic.EventHandlers.DemoMeetingEventHandler
Gets fired when an instant meeting gets created. InstantMeetingGuestEvent MeetingsLogic.EventHandlers.InstantMeetingGuestEventHandler
Gets fired when an instant meeting gets created. InstantMeetingWhitelistedAccountEvent MeetingsLogic.EventHandlers.InstantMeetingWhitelistedAccountEventHandler
Gets fired when a user gets listed first time on a hub. Happens per hub. FirstTimeListedOnTenantEvent MultitenancyLogic.EventHandlers.FirstTimeListedOnTenantEventHandler
Gets when UnreadSummary needs to be re-sent. UnreadSummaryStaleEvent MessengerLogic.EventHandlers.UnreadSummaryStaleEventHandler
Gets fired when a Conversation is created. ConversationCreatedEvent MessengerLogic.EventHandlers.ConversationCreatedEventHandler
Gets fired when a Conversation Message was generated. IncomingUnreadConversationMessageEvent MessengerLogic.EventHandlers.IncomingUnreadConversationMessageEventHandler
Gets fired when a Conversation Messages Summary was generated. UnreadMessagesSummaryEvent MessengerLogic.EventHandlers.UnreadMessagesSummaryEventHandler
Gets fired when a Kyc completed successfully. CreditNoteGeneratedEvent PaymentLogic.EventHandlers.CreditNoteGeneratedEventHandler
Gets fired when a new invoice was uploaded. NewInvoiceUploadEvent PaymentLogic.EventHandlers.NewInvoiceUploadEventHandler
Gets fired when a Kyc completed successfully. PaymentReleasedEvent PaymentLogic.EventHandlers.PaymentReleasedEventHandler
Gets fired when a payout to bankaccount happened. Payment Walkthrough https://docs.google.com/document/d/1JtcY2hazZa7M-PwVzLWEfBeSs1QmnUG6iEF4ghueuxA. Kyc Sandbox Operations: https://docs.google.com/document/d/1uwANCntnOfuUEZVsstsotJimLBVYOLMilkjTy6Le5Us/edit?usp=sharing PayoutReceiptEvent PaymentLogic.EventHandlers.PayoutReceiptEventHandler
Gets fired when a Receipt Invoice was generated successfully. ReceiptInvoiceEvent PaymentLogic.EventHandlers.ReceiptInvoiceEventHandler
Gets fired when money was refunded successfully. RefundedEvent PaymentLogic.EventHandlers.RefundedEventHandler
Gets fired when a company kyc connection was approved. CompanyConnectionAcceptedEvent KycLogic.EventHandlers.CompanyConnectionAcceptedEventHandler
Gets fired when a company connection was removed. CompanyConnectionRemovedEvent KycLogic.EventHandlers.CompanyConnectionRemovedEventHandler
Gets fired when Kyc bankdata was submitted. KycBankDataSubmittedEvent KycLogic.EventHandlers.KycBankDataSubmittedEventHandler
Gets fired when a new KycCompany is added to the database in KycCompanyFactory. KycCompanyCreatedEvent KycLogic.EventHandlers.KycCompanyCreatedEventHandler
Gets fired when a Kyc failed. Payment Walkthrough https://docs.google.com/document/d/1JtcY2hazZa7M-PwVzLWEfBeSs1QmnUG6iEF4ghueuxA. Kyc Sandbox Operations: https://docs.google.com/document/d/1uwANCntnOfuUEZVsstsotJimLBVYOLMilkjTy6Le5Us/edit?usp=sharing KycFailedEvent KycLogic.EventHandlers.KycFailedEventHandler
Gets fired when a Kyc completed successfully. Payment Walkthrough https://docs.google.com/document/d/1JtcY2hazZa7M-PwVzLWEfBeSs1QmnUG6iEF4ghueuxA. Kyc Sandbox Operations: https://docs.google.com/document/d/1uwANCntnOfuUEZVsstsotJimLBVYOLMilkjTy6Le5Us/edit?usp=sharing KycSuccessfulEvent KycLogic.EventHandlers.KycSuccessfulEventHandler
Gets fired when a new user is added to the database in AccountFactory. AccountCreatedEvent AccountInviteLogic.EventHandlers.AccountCreatedEventHandler
Gets fired when a non-existing account gets invited via HubAdmin. AccountInvitedViaHubAdminEvent AccountInviteLogic.EventHandlers.AccountInvitedViaHubAdminEventHandler
Gets fired when a non-existing account gets invited to a kyc company. AccountInvitedViaKycCompanyEvent AccountInviteLogic.EventHandlers.AccountInvitedViaKycCompanyEventHandler
Gets fired when a non-existing account gets invited to an instant meeting. AccountInvitedViaMeetingEvent AccountInviteLogic.EventHandlers.AccountInvitedViaMeetingEventHandler
Gets fired when a advisor receives a bookmark. BookmarkAccountEvent BookmarksLogic.EventHandlers.BookmarkAccountEventHandler
Gets fired when a advisor's service receives a bookmark. BookmarkServiceEvent BookmarksLogic.EventHandlers.BookmarkServiceEventHandler
Gets fired when a advisor receives undo of a bookmark. UndoBookmarkAccountEvent BookmarksLogic.EventHandlers.UndoBookmarkAccountEventHandler
Gets fired when a advisor's service receives a undo of bookmark. UndoBookmarkServiceEvent BookmarksLogic.EventHandlers.UndoBookmarkServiceEventHandler
Gets fired when a project gets canceled. AppointmentCanceledEvent VotingsLogicCore.EventHandlers.AppointmentCanceledEventHandler
Gets fired when a project gets changed. This does not includes different suggestion or that someone cannot make it to a certain date (see AppointmentChangedRevokedDateEvent). AppointmentChangedEvent VotingsLogicCore.EventHandlers.AppointmentChangedEventHandler
Gets fired when a project gets changed. Specifically a date revoked. AppointmentChangedRevokedDateEvent VotingsLogicCore.EventHandlers.AppointmentChangedEventRevokedDateHandler
Gets fired when a project gets finalized on a date. AppointmentFinalizedEvent VotingsLogicCore.EventHandlers.AppointmentFinalizedEventHandler