HubSpot · Arazzo Workflow
HubSpot Send a Transactional Marketing Email
Version 1.0.0
Create an SMTP token for a campaign, read it back, then send a transactional email.
View Spec
View on GitHub
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSalesArazzoWorkflows
Provider
Workflows
send-marketing-email
Provision an SMTP token, verify it, then send a transactional email.
Creates an SMTP token for the supplied campaign, retrieves the token by ID to confirm its configuration, and sends a transactional email using a pre-defined template to the recipient.
1
createToken
createSmtpToken
Create an SMTP API token for the supplied campaign so transactional emails can be sent under it.
2
getToken
getSmtpTokenById
Retrieve the newly created SMTP token by its ID to confirm its campaign association before sending.
3
sendEmail
sendTransactionalEmail
Send a single transactional email to the recipient using the pre-defined template and supplied personalization properties.