Multiple Receiver Emails for SendGrid Connector

Is it possible to send an email to multiple recipients via SendGrid Connector?
It seems that setting multiple recipient emails is not possible.
Example:
SendGrid Connector Task: Properties: Recipients: Email Address =
testuser1@testdomain.com;testuser2@testdomain.com

Multi-Instance isn’t possible on a send-grid connector just yet, but there is a alternative option which is to surround it in a multi-instance subprocess and make the sub process multi-instance.

then you can send in a collection of email addresses an for each one it will run the subprocess.

Many thanks for the answer and the workaround tip. Is the feature to specify multiple recipients planned?

I’m not sure, i’ll look into it.