This action schedules a text post for publishing on one or more social profiles and tags it in Hootsuite. Supports emojis and hashtags.
- API endpoint slug
- hootsuite.schedule_tagged_text_post
- Filter code method
- Hootsuite.scheduleTaggedTextPost.skip(string?: reason)
- Runtime method
- runAction("hootsuite.schedule_tagged_text_post", {})
Action fields
- Label
- Social Profiles
- Helper text
- Select the social media profiles to post to. Only profiles where tags are supported are shown
- Slug
- social_profiles
- Required
- true
- Can have default value
- false
- Label
- Text
- Helper text
- The message content to be posted. Supports emojis and hashtags.
- Slug
- text
- Required
- true
- Can have default value
- true
- Filter code method
- Hootsuite.scheduleTaggedTextPost.setText(string: text)
- Label
- When to post
- Helper text
- Natural language time like 'tomorrow at 2pm' or 'next Monday at 9am'. Use 'now' to post as soon as possible (typically in 5 minutes).
- Slug
- when_to_post
- Required
- true
- Can have default value
- true
- Filter code method
- Hootsuite.scheduleTaggedTextPost.setWhen To Post(string: when_to_post)
- Label
- Tags
- Helper text
- Optional tags to help organize your posts. Limited permission members can only use existing tags and cannot create new ones.
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- Hootsuite.scheduleTaggedTextPost.setTags(string: tags)