Send yourself an email when a new photo post is scheduled
This trigger fires when a new post containing an image is scheduled.
Developer info
- API endpoint slug
- hopscotch.social_post_scheduled_image
Trigger fields
Member uid Dropdown list
- Label
- Social Media Accounts
- Slug
- member_uid
- Required
- true
- Can have default value
- false
Ingredients
Publish at The time the post will be published.
- Slug
- publish_at
- Filter code
- Hopscotch.socialPostScheduledImage.PublishAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Content The content of the post.
- Slug
- content
- Filter code
- Hopscotch.socialPostScheduledImage.Content
- Type
- String
- Example
- This is the post content.
Photo url The URL of the image attached to the post.
- Slug
- media_url
- Filter code
- Hopscotch.socialPostScheduledImage.PhotoUrl
- Type
- Image URL
- Example
- https://pbs.twimg.com/media/FDWrkAtVgAU9s7P?format=jpg&name=medium
Account label The social media account the post was scheduled for.
- Slug
- account_label
- Filter code
- Hopscotch.socialPostScheduledImage.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.socialPostScheduledImage.AccountNetwork
- Type
- String
- Example
Account name The social media account's name the post was published to.
- Slug
- account_name
- Filter code
- Hopscotch.socialPostScheduledImage.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.socialPostScheduledImage.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.socialPostScheduledImage.LastLinkUrl
- Type
- String
- Example
- http://wadesabout.tumblr.com/
Created at Date and time event was created.
- Slug
- created_at
- Filter code
- Hopscotch.socialPostScheduledImage.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00