I battled with a similar error until I understood that they have changed their api - what used be called substitutions is now called dynamic template data - that’s why you’ve gotten the error (to the best of my understanding).
You can solve this by creating your own api connection instead of using the plugin and replacing the substations with dynamic template date, here is an example. Place this in the body of the api call:
You can only use legacy email templates with the ‘Send email’ calls, and not dynamic email templates. There is a dedicated email action for sending emails with dynamic templates which is included in the latest release.
As we always say, please reach out to plugins@cobubble.com to get your inquiry in front of us sooner.
@RonyjM You can always refer to SendGrid’s documentation, or build your own integration. We’ll be pushing updates to our implementation of SendGrid pending upgrades to plugin development suite.
I’m not completely clear (sorry )
At this time, can “send dynamic emails” using dynamic data with a sendgrid template?
and if possible; how?
As you can see, I’m trying to build mine, but I can not solve it either. (I’m new)
I’m lost
Thank you!
thks! @copilot , with de upgrade i can get the mail that i need. But maybe u can helpme again. How i can send the email to all my users? just works it for current user or a manually mail.
As far as I am aware the plugin doesn’t support sending to multiple emails at once. You have to put the send email into an API scheduled call and call it for each email you want to send it to. This is not ideal but as far as I can see is the only solution using this plugin.
Just checked the API and it supports up to 1000 recipients so looks like it’s a @copilot plugin limitation not sendgrid. Probably have to create your own API connect to have multiple recipients!
You can still send an email to multiple recipients by using an API Workflow that iterates over a list. Alternatively, you can upgrade to Version 5.0+ of the Send emails with SendGrid plugin which bundles more features like configurable click tracking, open tracking and multiple recipients into one action.
I see it now, but didn’t understand what it meant. So this means you basically can’t upgrade without re-doing all your email workflows - which could be huge.