A Google Spreadsheet that Tracks Every Post Published via Hopscotch
This trigger fires when a new plain text post is published.
Developer info
- API endpoint slug
- hopscotch.social_post_published_text
Trigger fields
Member uid Dropdown list
- Label
- Social Media Accounts
- Slug
- member_uid
- Required
- true
- Can have default value
- false
Ingredients
Content The content of the post.
- Slug
- content
- Filter code
- Hopscotch.socialPostPublishedText.Content
- Type
- String
- Example
- This is the post content.
Url The post's URL.
- Slug
- url
- Filter code
- Hopscotch.socialPostPublishedText.Url
- Type
- Web URL
- Example
- https://twitter.com/HopscotchSocial/status/1393603838909812738
Posted at The time the post was published.
- Slug
- posted_at
- Filter code
- Hopscotch.socialPostPublishedText.PostedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Account label The social media account the post was published to.
- Slug
- account_label
- Filter code
- Hopscotch.socialPostPublishedText.AccountLabel
- Type
- String
- Example
- Twitter account "Jane Doe"
Account network The social media account's network the post was published to.
- Slug
- account_network
- Filter code
- Hopscotch.socialPostPublishedText.AccountNetwork
- Type
- String
- Example
Account name The social media account's name the post was published to.
- Slug
- account_name
- Filter code
- Hopscotch.socialPostPublishedText.AccountName
- Type
- String
- Example
- Jane Doe
First link url The URL of first link in the post's content.
- Slug
- first_link_url
- Filter code
- Hopscotch.socialPostPublishedText.FirstLinkUrl
- Type
- String
- Example
- http://wadesabout.tumblr.com/
Last link url The URL of last link in the post's content.
- Slug
- last_link_url
- Filter code
- Hopscotch.socialPostPublishedText.LastLinkUrl
- Type
- String
- Example
- http://wadesabout.tumblr.com/
Created at Date and time event was created.
- Slug
- created_at
- Filter code
- Hopscotch.socialPostPublishedText.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00