Search found 2 matches

by christophe
Mon Oct 19, 2015 12:50 pm
Forum: Development
Topic: Soaps returns string while object is expected
Replies: 0
Views: 8188

Soaps returns string while object is expected

I'm using the php library found on github. When getting the subscriberBinding the following code is used to parse the response: return $this->__generateArrayFromSOAPResult($soapResult->paramNames->x, $soapResult->paramValues->x); However, the response I receive from the soap call is a string which l...
by christophe
Tue Sep 08, 2015 9:52 am
Forum: Using OpenEMM
Topic: Use mailing ID in the mailing body
Replies: 0
Views: 6040

Use mailing ID in the mailing body

I wanted to know if I can access the ID of the mailing being send. Not the mailing list ID. So in the unsubscribe url I can access [agnUID] is there something like [agnMAILING_ID] ??

Or even the mailing title if that is available.