Apply personalizations to the sendgrid integration

Hey guys!

We need personalized emails for our project. We have decided to use the Xano/sendgrid integration.
Unfortunately we cannot get the personalizations to work. Does anyone know how to do that?
We use the dynamic function and pass JSON to the data field.

This code works:

{"name":"Jack","last_name":"Misu","email":"[email protected]","subject":"very interesting subject"}

This code does not work (taken directly from sendgrids docs):

{"personalizations":[{"to":[{"email":"[email protected]"},{"email":"[email protected]"},{"email":"[email protected]"}],"subject":"very interesting subject"}]}

Thank you so much in advance!

Best regards
Aaron Feller

4 replies