Interceptors
Last updated
component {
function onCBQJobMarshalled( event, data ) jobPattern="SendWelcomeEmailJob" {
// check if we've hit the email send limits for the month
}
}component {
function onCBQJobMarshalled( event, data ) jobPattern="^.*Email.*$" {
// check if we've hit the email send limits for the month
}
}