Send SMS/Email - Flow through a field from GeoEvent Definition?

4091
1
08-27-2013 07:39 PM
SimonJackson
Occasional Contributor III
For both the sms/email output connectors, I want to be able to pass through values from the incoming events.
Is this possible, as my tests dont seem to flow the events through.

Hi this is a test. ${someFieldFromIncomingGeoEventDefinition}


[ATTACH=CONFIG]27038[/ATTACH]
0 Kudos
1 Reply
RJSunderman
Esri Regular Contributor
Hey Simon -

What you are describing ought to work.  I conducted tests just the other day in which my GeoEvent Definition had fields 'CodedName' and 'CodedValue' and I sent multiple SMS messages:  Message to {$CodedName}:  ${CodedValue}

We've never referred to these as "macros", but that's kind of like what they are. The ${FieldName} gets expanded in-line to the value contained in that field. The field names are case sensitive.

What are you seeing in the SMS you receive?  Can you screenshot the entire sms-text-out connector configuration as well as your GeoEvent Definition?  Have you tried running the output to a TCP text output to confirm which GeoEvent Definition is being used to handle the event's attribute values? Do you, by chance, have more than one SMTP dependent output connector configured? The "?Send a text message"? and "?Send an email"? output connectors both rely on SMTP...

/RJ
0 Kudos