Twitter Auto Message avatar

Twitter Auto Message

Pricing

from $3.30 / 1,000 successful api calls

Go to Apify Store
Twitter Auto Message

Twitter Auto Message

Send a direct message to a target Twitter/X profile using an authenticated session.

Pricing

from $3.30 / 1,000 successful api calls

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

What does Twitter Auto Message do?

Twitter Auto Message sends a direct message to a target Twitter/X profile using an authenticated session. It is useful for outreach workflows, follow-up sequences, and automation steps that need a messaging action.

Built on the Apify platform, this Actor supports scheduling, webhooks, and dataset exports.

Why use Twitter Auto Message?

  • Outreach workflows - Trigger DMs from structured automation steps
  • Follow-up automation - Standardize messaging after qualification or engagement
  • Operational visibility - Track message outcomes in Apify datasets

How to use Twitter Auto Message

  1. Open the Actor on Apify
  2. Enter the target Twitter/X profile URL, message payload, and authenticated session inputs
  3. Start the run
  4. Review the dataset output for success or error details

Input

This Actor accepts the fields required to send a Twitter/X direct message through an authenticated session.

Proxy object

Use the proxy object to define how requests should be routed. Common fields are:

  • ip - Proxy host or endpoint URL
  • port - Proxy port
  • username - Proxy username
  • password - Proxy password

Example input:

{
"twProfileUrl": "https://x.com/example_target_account",
"message": {
"text": "Hello, wanted to follow up with a quick message."
},
"texAuVariables": {},
"auth_token": "example_auth_token",
"ct0": "example_ct0_token",
"kdt": "example_kdt_cookie",
"twid": "u%3D1234567890",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"bearerToken": "AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAexampleBearerToken",
"guest_token": "example_guest_token",
"sec-ch-ua-platform": "\"Linux\"",
"authorization": "Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAexampleBearerToken",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"x-csrf-token": "example_ct0_token",
"txSmSelfProfileUrl": "https://x.com/example_self_account",
"proxy": {
"ip": "http://proxy.example.com",
"port": "1080",
"username": "user_example|session_demo",
"password": "example_proxy_password"
}
}

Output

The Actor writes the action result to the default dataset.

Example output:

{
"success": true,
"response": {
"inputProfileUrl": "https://x.com/example_target_account",
"messageText": "Hello, wanted to follow up with a quick message.",
"targetScreenName": "example_target_account",
"messageSent": true,
"timestamp": "2026-06-22T10:12:00.000Z"
}
}

Pricing / Cost estimation

$0.0033 per successful API call on Apify.

Support

If you need adjustments for your workflow, use the Actor Issues tab or your internal support channel.