Skip to main content

EventTrigger

Events published by the Propeller system where the Event Action Manager can subscribe to and execute an Action.

enum EventTrigger {
ORDER_SEND_CONFIRMATION
QUOTE_SEND_REQUEST
QUOTE_SEND_VALIDATION
QUOTE_SEND
CONTACT_SEND_WELCOME_EMAIL
CUSTOMER_SEND_WELCOME_EMAIL
SEND_RESET_PASSWORD
SEND_INIT_PASSWORD
ORDER_CREATED
ORDER_DELETED
ORDER_UPDATED
CUSTOM_EVENT
CART_SEND_REQUEST_PURCHASE_AUTHORIZATION
}

Values

EventTrigger.ORDER_SEND_CONFIRMATION

Event triggered for sending a regular order confirmation e-mail.

EventTrigger.QUOTE_SEND_REQUEST

Event triggered to send the confirmation e-mail after a quote is requested.

EventTrigger.QUOTE_SEND_VALIDATION

Event triggered to send a quote to a senior account manager for validation.

EventTrigger.QUOTE_SEND

Event triggered to send a quote proposal to the customer.

EventTrigger.CONTACT_SEND_WELCOME_EMAIL

Event triggered to send a welcome e-mail to a new contact.

EventTrigger.CUSTOMER_SEND_WELCOME_EMAIL

Event triggered to send a welcome e-mail to a new customer.

EventTrigger.SEND_RESET_PASSWORD

Event triggered to send a password reset e-mail to a contact or customer.

EventTrigger.SEND_INIT_PASSWORD

Event triggered to send a initial set password e-mail to a contact or customer.

EventTrigger.ORDER_CREATED

Event triggered when a new order or quote is created.

EventTrigger.ORDER_DELETED

Event triggered when an existing order or quote is deleted.

EventTrigger.ORDER_UPDATED

Event triggered when an existing order or quote is updated.

EventTrigger.CUSTOM_EVENT

Event triggered for custom business logic execution.

Allows triggering event actions based on custom event codes defined in the system. Used for flexible automation workflows that don't fit standard system events.

EventTrigger.CART_SEND_REQUEST_PURCHASE_AUTHORIZATION

Event triggered to send the e-mail to authorization managers when a cart is pending purchase authorization.

Member Of

EventActionConfigSearchInput input ● EventToEmailConfig object ● EventToEmailConfigCreateInput input ● EventToEmailConfigUpdateInput input ● EventToWebHookConfig object ● EventToWebHookConfigCreateInput input ● EventToWebHookConfigUpdateInput input ● IEventActionConfig interface