Email Input Context
- Context Variable: service
- Only applicable to Email Input
API Interface
//Stops the input service
void stop();
//Gets the input service's config ID
String getId();
//Retrieves the entity type [DOMAIN, ORGANIZATION, GLOBAL, SYSTEM]
EntityType getEntityType();
//Gets the input service's org id
Long getOrgId();
Related Context APIs
Updated over 3 years ago