Difference between revisions of "Twitter-update-status"
(Created page with "==Description== {{GVESB}} allows, using the Twitter operations, to invoke the API exposed by the social platform. =={{VULCON}} / {{GVCONSOLE}} Configuration== Following a desc...") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
− | {{GVESB}} allows, using the Twitter operations, to invoke the API exposed by the social platform. | + | {{GVESB}} allows, using the Twitter operations, to invoke the API exposed by the social platform to send a tweet. |
=={{VULCON}} / {{GVCONSOLE}} Configuration== | =={{VULCON}} / {{GVCONSOLE}} Configuration== | ||
− | Following a description of | + | Following a description of twitter-update-status element. |
The following table shows the element's attributes: | The following table shows the element's attributes: | ||
Line 17: | Line 17: | ||
| name || required || Operation name. Used in the 'Flow' section to associate workflow nodes to VCL operations. | | name || required || Operation name. Used in the 'Flow' section to associate workflow nodes to VCL operations. | ||
|- | |- | ||
− | | dynamic || | + | | dynamic || optional || Specify if the account attribute can contain placeholders to be resolved at runtime. |
|- | |- | ||
− | | | + | | account || required || Twitter [[TwitterSocialAdapter#Account | account]] name. |
|- | |- | ||
− | | | + | | statusText || required || New status for Twitter (Tweet to send). Can contains placeholders to be resolved at runtime. |
− | + | '''ATTENTION''': the final message is automatically truncated at a length of 140 characters. | |
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:07, 14 May 2014
Description
GreenVulcano® ESB allows, using the Twitter operations, to invoke the API exposed by the social platform to send a tweet.
VulCon / GV Console Configuration
Following a description of twitter-update-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.TwitterUpdateStatusCallOperation. |
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. |
statusText | required | New status for Twitter (Tweet to send). Can contains placeholders to be resolved at runtime.
ATTENTION: the final message is automatically truncated at a length of 140 characters. |