⚡
claimr
  • Getting started
    • Create an account
    • Sign in to your account
    • Reset password
    • Edit profile
  • ⚡️claimr core components
  • Team roles and management
  • Campaigns
    • Create new campaign
    • Campaign settings
  • Groups
    • Create new group
    • Group settings
  • Quests
    • Create new quest
    • Quest settings
  • Tasks
    • Create new task
    • Task settings
    • Telegram tasks
    • X (Twitter) tasks
    • TikTok tasks
    • Discord tasks
    • YouTube tasks
    • Web3 tasks
      • Connect a wallet
      • Transactions count
      • Wallet balance
      • Token balance
      • NFT balance
      • Link3 balance
      • Mint an NFT (721)
      • Mint an NFT (1155)
      • Verify transactions
    • PoW tasks
    • HTTP request tasks
    • Referral tasks
    • Form tasks
    • Poll tasks
    • Events tasks
    • API tasks
  • Widget
    • Publish campaign
    • Widget configurations
    • Widget attributes
    • Integrate claimr widget into your website
    • claimr widget integrations
      • Google Analytics integration
      • Google Analytics Client ID
      • Google Tag Manager integration
      • HotJar integration
  • Rewards
    • Reward settings
    • Custom rewards
  • Events
    • Daily check-ins
    • Challenges
    • Ranks
    • KOLs
  • Codes
    • Secret codes
    • Invite codes
      • Enter invite code task
      • Claim invite code task
    • Gift codes
  • Test users
  • Pop-ups
    • Into pop-up
    • Completion pop-up
  • API
    • API token
    • API methods
    • User token
  • Webhooks
    • Set up webhooks
    • Assign webhooks
    • Webhook scopes
  • SDK
  • Forms
    • Create forms
    • Form settings
    • Pages
    • Blocks
    • Quizzes
  • Data analytics
    • Activity
    • PoW analytics
    • User information
    • Failed actions
    • Issues analytics
  • How to
    • Create X campaign
    • Create Discord campaign
    • Integrate claimr widget into dApp
    • Integrating claimr widget into Telegram mini app
    • Customize user experience with tags and attributes
    • Add custom points to users
  • UX requirements
    • Campaign UX requirements
    • Group UX requirements
    • Quest card UX requirements
    • Quest UX requirements
    • Task UX requirements
    • User progress UX requirements
    • Pop-ups UX requirements
    • Interactive components UX requirements
Powered by GitBook
On this page
  • What is X task?
  • Task type
  • Task settings
  • Follow on X
  • Like a post
  • Repost
  • Post
  • Comment
  • Quote
  • Followers count
  • Name verification
  • Bio verification
  • Submit UGC

Was this helpful?

  1. Tasks

X (Twitter) tasks

Increase your X presence, promote your content, and encourage meaningful interactions with ⚡️claimr.

PreviousTelegram tasksNextTikTok tasks

Last updated 4 months ago

Was this helpful?

What is X task?

X tasks are interactive activities within claimr campaigns that leverage the X (formerly Twitter) platform to engage users and drive specific actions. These tasks can range from following your X account, retweeting posts, participating in discussions, or completing challenges.

Use X tasks to:

  • Increase your X followers.

  • Promote your tweets and drive engagement (likes, retweets, comments).

  • Run contests and giveaways on X.

  • Increase brand awareness and social media presence.

  • Encourage users to participate in discussions or challenges on X.

For detailed information about general task settings, including task name, header, description, rewards, dependencies, and more, refer to Task settings.

Task type

Choose the specific type of task you want to create for your campaign.

  1. Select X(Twitter) to indicate that the task will be completed with X platform.

  2. Considering your aim, select the specific task type from the expanded list.

Task settings

Most X tasks in claimr fall into two categories:

  • Verified: These tasks require users to verify their actions on X. This means claimr will check if the user has actually completed the required action (e.g., followed your account, retweeted a post) before marking the task as complete. This ensures that users genuinely engage with your X content.

  • Intent: These tasks do not require verification. Users indicate their intent to complete the action (e.g., by clicking a button), and the task is marked as complete. This approach is helpful for tasks where verification is not feasible or necessary.

Follow on X

Reward users for following your account on X account.

Account Name field: Enter the username of your X account that you want users to follow. Make sure to enter the correct username without the "@" symbol.

Like a post

Reward users for liking a specific post on your X account.

Post Link: Enter the full URL of the X post that you want users to like.

Hide preview? (optional): Enable this to hide the post preview within the task.

Repost

Reward users for reposting a specific post on your X account.

Post Link: Enter the full URL of the X post that you want users to repost.

Hide preview? (optional): Enable this to hide the post preview within the task.

Post

Reward users for creating a post on X with a specific message.

Message: Enter the message you want users to include in their X post.

Tweet Message Link (optional): Enter a URL you want users to include in their X post.

Comment

Reward users for commenting on a specific post on your X account.

Post Link: Enter the full URL of the X post that you want users to comment on.

Hide preview? (optional): Enable this to hide the post preview within the task.

Hashtags (optional): Enter any hashtags you want users to include in their comments.

Quote

Reward users for quoting a specific post on your X account.

  • Post Link: Enter the full URL of the X post that you want users to quote.

  • Hide preview? (optional): Enable this to hide the post preview within the task.

Followers count

Reward users for having a certain number of followers on their X account. This can encourage users to grow their X presence and potentially increase your campaign's reach through their network.

Minimum Followers: Enter the minimum required number of followers that a user must have on their X account to complete this task.

Name verification

Reward users for changing their X display name to a specific value or pattern. This can be useful for encouraging users to align their X identity with your community.

Expected text (optional): Enter the exact text that you expect users to include in their X display name. This could be your brand name, an emoji, or any other specific words.

RegEx (optional): To allow variations in the user's X display name, you can use a regular expression (RegEx) to define a pattern the name must match. This is useful flowing different spellings, capitalizations, or the inclusion of emojis.

Examples

  • Include a specific emoji: If you want to include a specific emoji (e.g., ✨) in the user's X name, you could use a regular expression like .*✨.* to allow for any characters before or after the emoji.

  • Start with a specific word or phrase: If you want to ensure the user's X name starts with a specific word or phrase, you could use a regular expression like ^YourKeyword to match any string that begins with "YourKeyword".

  • End with a specific word or phrase: If you want to ensure the user's X name ends with a specific word or phrase, you could use a regular expression like YourKeyword$ to match any string that ends with "YourKeyword".

  • Contain a specific word or phrase: If you want to ensure the user's X name includes a specific word or phrase, you could use a regular expression like .*YourKeyword.* to match any string that contains "YourKeyword".

  • Match a specific format: You can use regular expressions to define more complex patterns, such as email addresses, phone numbers, or dates. For example, to match a valid email address, you could use a regular expression like [a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}.

Resources

  • AI assistants

Example prompt for an AI Assistant

"Help me create a regular expression to match X usernames that start with 'claimr' and contain at least one digit."

Bio verification

Reward users for adding specific information to their X bio. This can be useful for promoting your brand, campaign, or event, or for encouraging users to align their X bio with your community.

Expected text (optional): Enter the text users need to include in their X bio. This could be your brand name, a campaign slogan, a website link, or any other specific text.

RegEx (optional): To allow for variations in the user's X bio, you can use a regular expression (RegEx) to define a pattern the bio must match. This is useful for allowing different spellings, capitalizations, or the inclusion of emojis.

Example:

If you want users to include a specific emoji or a link to your website in their X bio, you could use a regular expression like .*🚀.*claimr\.io.* to allow for any characters before or after the emoji and the website link.

Submit UGC

Reward users for submitting user-generated content (UGC) on the X platform. UGC can be any form of content created by users, such as text posts (tweets), images, and videos. This task type helps encourage users to create and share content related to your campaign, brand, or product on X.

Points per 1000 views:* This field allows you to specify the number of points (or other rewards) users earn for every 1000 views their UGC receives on X. This incentivizes users to create high-quality, engaging content that attracts views and promotes your campaign.

Example: If you set "points per 1000 views" to 10, a user whose post receives 3,000 views would earn 30 points.

Regular expression builder:

https://regex101.com/
Task type section