New services
Explore Plans
Mobile menu Close menu
GitHubGitHub

Create new Gist

This Action will create a Gist for you.

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 create a Gist for you.
API endpoint slug
github.create_new_gist
Filter code method
Github.createNewGist.skip(string?: reason)
Runtime method
runAction("github.create_new_gist", {})

Action fields

Description Text input > Short text

Label
Description
Slug
description
Required
false
Can have default value
true
Filter code method
Github.createNewGist.setDescription(string: description)

Filename Text input > File name

Label
Filename
Slug
filename
Required
false
Can have default value
true
Filter code method
Github.createNewGist.setFilename(string: filename)

Content Text input > Long text

Label
File content
Slug
content
Required
true
Can have default value
true
Filter code method
Github.createNewGist.setContent(string: content)

Secret gist Dropdown list

Label
Secret gist?
Slug
secret_gist
Required
true
Can have default value
true
Filter code method
Github.createNewGist.setSecretGist(string: secretGist)