action datumbox_twitter_sentiment_analysis { label: "Identifies the Sentiment of Twitter Messages" description: "The Twitter Sentiment Analysis function allows you to perform Sentiment Analysis on Twitter. It classifies the tweets as positive, negative or neutral depending on their context." provider: datumbox method: POST path: "/1.0/TwitterSentimentAnalysis.json" encoding: form output: { type: "object" additionalProperties: true } }