Post Buffer content to X (Twitter)
This trigger fires every time a post you scheduled through Buffer has been successfully published to its social network.
Developer info
- API endpoint slug
- buffer.new_post_sent
Trigger fields
Channel Dropdown list
- Label
- Which channel?
- Helper text
- Pick a channel, or choose "Any channel" to fire for all of your channels.
- Slug
- channel_id
- Required
- true
- Can have default value
- false
Ingredients
Post The unique identifier of the published post.
- Slug
- post_id
- Filter code
- Buffer.newPostSent.PostId
- Type
- String
- Example
- abc123def456
Post text The text content of the published post.
- Slug
- post_text
- Filter code
- Buffer.newPostSent.PostText
- Type
- String
- Example
- Check out our latest update!
Channel The unique identifier of the Buffer channel (social account) the post was published to.
- Slug
- channel_id
- Filter code
- Buffer.newPostSent.ChannelId
- Type
- String
- Example
- 5f4dcc3b5aa765d61d8327de
Channel name The display name or handle of the social account the post was published to.
- Slug
- channel_name
- Filter code
- Buffer.newPostSent.ChannelName
- Type
- String
- Example
- @buffer
Channel service The social network the post was published to (e.g. twitter, linkedin, instagram).
- Slug
- channel_service
- Filter code
- Buffer.newPostSent.ChannelService
- Type
- String
- Example
First image url The URL of the first image attached to the post, if any. Empty when the post has no images. Derived from the assets array — first asset of image type.
- Slug
- first_image_url
- Filter code
- Buffer.newPostSent.FirstImageUrl
- Type
- Image URL
- Example
- https://buffer.com/images/post.jpg
Sent at The date and time the post was published, in ISO 8601 format.
- Slug
- sent_at
- Filter code
- Buffer.newPostSent.SentAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Created at The date and time the post was originally created in Buffer, in ISO 8601 format.
- Slug
- created_at
- Filter code
- Buffer.newPostSent.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Applets using this Trigger
-
-
Upload Buffer post videos to YouTube
-
Save Buffer post images to Google Drive
-
Share Buffer posts to LinkedIn when published
-
Send a Webhooks request when Buffer publishes a post
-
Send a Telegram message when Buffer posts
-
Send Buffer posts to Discord channel
-
Append Buffer posts to Google Sheets
-
Send Slack message when Buffer publishes a post
-
Get a notification when Buffer publishes a post
