-
I need to be able to send an emails via sendgrid. I have found I can do it with the built in subscription methods effectively. However when I attemp to send an email using the following code I get back an error:
TypeError: Cannot create property 'isMultiple' on string ''d-a7d63....'
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Had another looksee at the code and realized it takes an object. Looks like the documentation is out of date on this. Here is how I got it to work:
|
Beta Was this translation helpful? Give feedback.
-
I created a pull request for this issue here: #3679 |
Beta Was this translation helpful? Give feedback.
Had another looksee at the code and realized it takes an object. Looks like the documentation is out of date on this.
Here is how I got it to work: