Modules

filter

 

Objects/Functions

module (N/email)

SuiteScript 2.0

email.sendCampaignEvent.promise(options)

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=email.sendCampaignEvent.promise(options) for more information.

N/email Module
email.sendCampaignEvent.promise()
Method Description: Sends a single “on-demand” campaign email asynchronously to a specified recipient and return a campaign response ID to track the email. This is used for lead nurturing campaigns (drip marketing email). If the email fails to send, the value returned is –1. The parameters and errors thrown for this method are the same as those for email.sendCampaignEvent(options). For more information on promises, see Promise Object.
Returns: Promise Object
Synchronous Version: email.sendCampaignEvent(options)
Supported Script Types: Client and server scripts For additional information, see SuiteScript 2.0 Script Types.
Governance: 10 units
Module: N/email Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=email.sendCampaignEvent.promise(options)