Twitter - send a tweet
Search form
Description - Updates a users status with a text/image.
Runtime Class - com.ibi.agents.XDTwitterUpdateStatus
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
* Text: string the text of your tweet/status update
Reply To: string The ID of an existing tweet that the update replies to.
Image: string Send a Tweet with an image. this version only supports three type image files. there are jpg, gif and png.
* - denotes required
Parameter Type Description
Latitude: string The latitude of the location this Tweet refers to. This parameter will be ignored unless it is inside the range -90.0 to +90.0 (North is positive) inclusive. It will also be ignored if there is no corresponding long parameter.
Longitude: string The longitude of the location this Tweet refers to. The valid ranges for longitude are -180.0 to +180.0 (East is positive) inclusive. This parameter will be ignored if outside that range, if it is not a number, if geo_enabled is disabled, or if there no corresponding lat parameter.
* - denotes required
Parameter Type Description
ID: string The ID of the place in the world.
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDTwitterUpdateStatus
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
* Text: string the text of your tweet/status update
Reply To: string The ID of an existing tweet that the update replies to.
Image: string Send a Tweet with an image. this version only supports three type image files. there are jpg, gif and png.
* - denotes required
Parameter Type Description
Latitude: string The latitude of the location this Tweet refers to. This parameter will be ignored unless it is inside the range -90.0 to +90.0 (North is positive) inclusive. It will also be ignored if there is no corresponding long parameter.
Longitude: string The longitude of the location this Tweet refers to. The valid ranges for longitude are -180.0 to +180.0 (East is positive) inclusive. This parameter will be ignored if outside that range, if it is not a number, if geo_enabled is disabled, or if there no corresponding lat parameter.
* - denotes required
Parameter Type Description
ID: string The ID of the place in the world.
* - denotes required
Output Events
Configuration
This action requires a Generics Configuration as well as the following required parameters.Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Text: | string | the text of your tweet/status update | Reply To: | string | The ID of an existing tweet that the update replies to. | Image: | string | Send a Tweet with an image. this version only supports three type image files. there are jpg, gif and png. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Latitude: | string | The latitude of the location this Tweet refers to. This parameter will be ignored unless it is inside the range -90.0 to +90.0 (North is positive) inclusive. It will also be ignored if there is no corresponding long parameter. | Longitude: | string | The longitude of the location this Tweet refers to. The valid ranges for longitude are -180.0 to +180.0 (East is positive) inclusive. This parameter will be ignored if outside that range, if it is not a number, if geo_enabled is disabled, or if there no corresponding lat parameter. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
ID: | string | The ID of the place in the world. |
* - denotes required
Output Events
Name | Description |
---|---|
onFailConnect | Could not connect to Twitter. |
onFailParse | Could not parse a document. |
onFailTwitterException | Twitter threw an exception. |
onFailTwitterOperation | Could not perform the Twitter operation requested. |