Difference between revisions of "Twitter-send-direct-message"
(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...") |
|||
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 message directly to user. |
=={{VULCON}} / {{GVCONSOLE}} Configuration== | =={{VULCON}} / {{GVCONSOLE}} Configuration== | ||
Line 21: | Line 21: | ||
| account || required || Twitter account name. | | account || required || Twitter account name. | ||
|- | |- | ||
− | | toAccountId || required || Account Id to send the message to. | + | | toAccountId || required || Account Id or name to send the message to. Can contains placeholders to be resolved at runtime. |
|- | |- | ||
− | | message || required || Message to send. | + | | message || required || Message to send. Can contains placeholders to be resolved at runtime. |
+ | '''ATTENTION''': the final message is automatically truncated at a length of 140 characters. | ||
|} | |} |
Revision as of 09:58, 14 May 2014
Description
GreenVulcano® ESB allows, using the Twitter operations, to invoke the API exposed by the social platform to send message directly to user.
VulCon / GV Console Configuration
Following a description of twitter-send-direct-message 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.TwitterSendDirectMessageCallOperation. |
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. |
toAccountId | required | Account Id or name to send the message to. Can contains placeholders to be resolved at runtime. |
message | required | Message to send. Can contains placeholders to be resolved at runtime.
ATTENTION: the final message is automatically truncated at a length of 140 characters. |