Module: WcoEmail
- Defined in:
- lib/wco_models.rb
Defined Under Namespace
Classes: ApplicationMailer, Campaign, Context, Conversation, EmailAction, EmailActionTemplate, EmailActionTemplateTie, EmailFilter, EmailFilterAction, EmailFilterCondition, EmailTemplate, Message, MessageStub, ObfuscatedRedirect, Unsubscribe
Constant Summary collapse
- ACTION_ADD_TAG =
'add-tag'
- ACTION_AUTORESPOND =
'autorespond-template'
- ACTION_EXE =
'exe'
- ACTION_SCHEDULE_EMAIL_ACTION =
'autorespond-email-action'
- ACTION_REMOVE_EMAIL_ACTION =
'remove-email-action'
- ACTION_REMOVE_TAG =
'remove-tag'
- ACTIONS =
[ 'add-tag', 'autorespond-email-action', 'autorespond-template', 'exe', 'remove-email-action', 'remove-tag' ]
- FIELD_BODY =
'body'
- FIELD_EXE =
'exe'
- FIELD_FROM =
'from'
- FIELD_LEADSET =
'leadset'
- FIELD_SUBJECT =
'subject'
- FIELD_TO =
'to'
- OPERATOR_EQUALS =
'equals'
- OPERATOR_HAS_TAG =
'has-tag'
- OPERATOR_NOT_HAS_TAG =
'not-has-tag'
- OPERATOR_TEXT_INPUT =
'text-input'
- OPERATORS =
[ 'equals', 'has-tag', 'not-has-tag', 'text-input' ]