About this action
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This Action will update your bio and optionally tweet about it. NOTE: Please adhere to Twitter’s Rules and Terms of Service.
- API endpoint slug
- twitter.update_bio_twitter
- Filter code method
- Twitter.updateBioTwitter.skip(string?: reason)
- Runtime method
- runAction("twitter.update_bio_twitter", {})
Action fields
Bio Text input
- Label
- Bio
- Helper text
- Limited to 160 characters
- Slug
- bio
- Required
- true
- Can have default value
- true
- Filter code method
- Twitter.updateBioTwitter.setBio(string: bio)
Tweet Text input
- Label
- Tweet about your updated bio
- Helper text
- Optional
- Slug
- tweet
- Required
- false
- Can have default value
- true
- Filter code method
- Twitter.updateBioTwitter.setTweet(string: tweet)