You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to call an API (mailgun) which requires the use of "complex" field names when sending post requests - i.e. "v:my-custom-data". There seems to be no way to specify "complex" field names without groovy/grails interpreting them as constant expression rather than a variable expression.
Is there a way to do this? or is it not supported?
Jon
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to call an API (mailgun) which requires the use of "complex" field names when sending post requests - i.e. "v:my-custom-data". There seems to be no way to specify "complex" field names without groovy/grails interpreting them as constant expression rather than a variable expression.
Is there a way to do this? or is it not supported?
Jon
The text was updated successfully, but these errors were encountered: