Difference between revisions of "Twitter-retweet-status"

From GreenVulcano Wiki
Jump to: navigation, search
Line 21: Line 21:
 
| account || required || Twitter account name.
 
| account || required || Twitter account name.
 
|-
 
|-
| statusId || required || The Id of the tweet you want to retweet.
+
| statusId || required || Status Id for Twitter (Tweet Id to retweet). Can contains placeholders to be resolved at runtime.
 
|}
 
|}

Revision as of 09:45, 14 May 2014

Description

GreenVulcano® ESB allows, using the Twitter operations, to invoke the API exposed by the social platform.

VulCon / GV Console Configuration

Following a description of twitter-retweet-status element.

The following table shows the element's attributes:

Attribute Type Description
type fixed This attribute must assume the value call.
class fixed This attribute must assume the value it.greenvulcano.gvesb.virtual.social.twitter.TwitterRetweetStatusCallOperation.
name required Operation name. Used in the 'Flow' section to associate workflow nodes to VCL operations.
dynamic optional Specify if the account attribute can contain placeholders to be resolved at runtime.
account required Twitter account name.
statusId required Status Id for Twitter (Tweet Id to retweet). Can contains placeholders to be resolved at runtime.