Skip to content

Instantly share code, notes, and snippets.

@EverettBerry
Created July 31, 2022 00:35
Show Gist options
  • Save EverettBerry/f79925dfec88c43a703131c6252da541 to your computer and use it in GitHub Desktop.
Save EverettBerry/f79925dfec88c43a703131c6252da541 to your computer and use it in GitHub Desktop.
await customerioMail.sendMailFromObject({
to: email.trim(),
transactional_message_id: '7',
identifiers: {
id: email.trim(),
email: email.trim()
},
message_data: {
email: email.trim(),
forgotPasswordLink: forgotPasswordLink
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment