Skip to content

Instantly share code, notes, and snippets.

@EverettBerry
Created July 31, 2022 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EverettBerry/5f5f04f6e02627e14e6243185b60f287 to your computer and use it in GitHub Desktop.
Save EverettBerry/5f5f04f6e02627e14e6243185b60f287 to your computer and use it in GitHub Desktop.
wait customerioMail.sendMailFromObject({
to: email.trim(),
transactional_message_id: user ? '11' : '12',
identifiers: {
email: email.trim()
},
message_data: {
email: email.trim(),
queryId: queryId,
workspaceId: query.projectId,
sender: req.user.name || req.user.email
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment