Create tweet
The Twitter Create Tweet tool allows users to effortlessly post new tweets on Twitter, with options to include text, media, tagged users, and geolocation. It simplifies tweet management by providing precise control over tweet replies and user tagging.
Features
- Create new tweets with customizable text content.
- Attach media files to tweets for richer engagement.
- Tag multiple users in tweets with media attachments.
- Exclude specific user IDs from reply tweets to manage conversations.
- Add geolocation information to tweets using Place IDs for location tagging.
Benefits
- Streamlines the process of tweeting directly from applications.
- Enhances user interaction by tagging relevant users in media tweets.
- Improves conversation management by excluding certain users from replies.
- Enables richer content creation with media and geo-tagging features.
- Supports automation of Twitter content creation for marketing and communication.
Description
Create a new tweet. See the documentation
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- excludeReplyUserIds: Return JSON in this format: string[]
- mediaIds: Return JSON in this format: string[]
- taggedUserIds: Return JSON in this format: string[]
Parameters
6 parameters
| Name | Type | Description |
|---|---|---|
| text | string | Text of the Tweet being created. Required if |
| inReplyToTweetId | string | Tweet ID of the Tweet being replied to. Please note that this prop needs to be set if |
| excludeReplyUserIds | string[] | A list of User IDs to be excluded from the reply Tweet thus removing a user from a thread. |
| mediaIds | string[] | A list of Media IDs being attached to the Tweet. This is only required if |
| taggedUserIds | string[] | A list of User IDs being tagged in the Tweet with Media. If the user you're tagging doesn't have photo-tagging enabled, their names won't show up in the list of tagged users even though the Tweet is successfully created. |
| placeId | string | Place ID being attached to the Tweet for geo location. |