Tweet

When Tweet is selected as the publish type in the General tab, the input for activity is as follows.

Input Item Data Type Description
status string The status for the authenticating user to update, also known as tweeting.

To upload an image to accompany the tweet, use POST statuses/update_with_media. For each update attempt, the update text is compared with the authenticating user's recent tweets.

inReplyToStatusId long The ID of an existing status that the update is in reply to.
latitude double The latitude of the location this tweet refers to, for example, 37.7821120598956.
This parameter is ignored in the following cases:
  • When the value is not in the range of -90.0 to +90.0 (North is positive).
  • When geo_enabled is disabled.
  • When no longitude value is specified.
longitude double The longitude of the location this tweet refers to, for example, -122.400612831116.
This parameter is ignored in the following cases:
  • When the value is not in the range of -180.0 to +180.0 (East is positive), or the value is not a number.
  • When geo_enabled is disabled.
  • When no latitude value is specified.
placeId string A place in the world identified by a Twitter place ID, for example, df51dec6f4ee2b2c.

Place IDs are retrieved from geo_enabled.

displayCordinates boolean Specifies whether or not to put a pin on the exact coordinates that a tweet has been sent from.

Set the value to true to put a pin on the exact coordinates a tweet has been sent from.

Note: Ensure geo_enabled is enabled.
media string Updates the status for the authenticating user and attaches media for upload.
isSensitive boolean Set the value to true for content that is not suitable for every audience.