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 Updates status for the authenticating user, 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 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 when
  • the value is not in the range -90.0 to +90.0 (North is positive) inclusive.
  • geo_enabled is disabled.
  • no longitude value is specified.
longitude double The latitude of the location this tweet refers to, for example, -122.400612831116.
This parameter is ignored when
  • the value is not in the range -180.0 to +180.0 (East is positive) inclusive, not a number.
  • geo_enabled is disabled.
  • 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.

displayCoordinates boolean Whether or not to put a pin on the exact coordinates that a tweet has been sent from.

Sets the value to true to 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 Sets the value to true for content that is not suitable for every audience.