Trying to group multiple fields/channels into a single Tweet
Hi! As the title says, I want to group the data readings from multiple fields and channels into a single formatted tweet. Kinda of like a status report tweet for a few different sensors I have running. Is this possible? My current understanding of the MATLAB analysis/react is that it can only do 1 field at most. Any help would be greatly appreciated by this stresses out college senior :)
1 Comment
Time DescendingI dont think there is a limit in either except for the tweet size limits. Use %%channel_CHANNEL_ID_field_FIELD_NUMBER%% %%second_channel_CHANNEL_ID_ field_FIELD_NUMBER%% in the post when you call your thingtweet.
I would recommend also considering the alerts service as well. It shows how you can use MATLAB analysis to trigger a custom email with whatever channel info you need(as in this example ).