How to call mendix variables in a post?

1
So a long story short, after a bunch of struggles with the market place email connectors I found it easier to send a http request post to my own site and have the site send the email, currently I'm testing with making the email more dynamic by adding variables to the post, however on the site the post appears to be empty.   The variable name I used is 'opening' but on the site $_POST['opening'] is empty, hence the question.
asked
1 answers
1

Hi Bryan,

 

It seems that you only set the enumeration as the value of the variable, but do you use the variable somewhere in where you use the POSt? You'd probably need an object to send in which you can set this enumeration value for an attribute that you'd have to create as well. 

 

Hopes this points you in the right direction.

KR, Jurre

answered