Transform customer response before creating JSON body in Data Connectors? | Community
Skip to main content

I’m trying to implement a newsletter signup. User enters their email and if they want to be on the marketing list or the build announcments list.  The way I have this setup in sendgrid is via a custom field request should be something like:

 

{

   “email”: “john.doe@appleseed.com”,

   “list”: “marketing”

}

Right now I can easily collect boolean values for if the user wants marketing or build announcments but I can’t see a way to transform that into the correct string to insert in the body. Thanks!

@mercury2768 can you show the kind of body you’d want to build? Right now I don’t think I have all the info to answer 


Reply