Email Capture Process Flow
The following steps describe the processing of an email message with an Email Capture Plug-in implementation:
-
User sends an email message to the email address associated with the plug-in implementation, found on the Manage Plug-ins page.
-
NetSuite receives the message and sends it to the appropriate plug-in implementation as an object. You can have multiple Email Capture Plug-in implementations active in a one account.
-
The plug-in implementation processes the email message using the business logic you defined in the process(email) interface function of the Email Capture Plug-in implementation.