This Trigger fires every time you create a new Gist on Github.
Developer info
- API endpoint slug
- github.any_new_gist
Trigger fields
No fields for this trigger
Ingredients
Created atDate and time event was created.
- Slug
- created_at
- Filter code
- Github.anyNewGist.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Gist URLThe URL to the Gist on GitHub
- Slug
- gist_url
- Filter code
- Github.anyNewGist.GistUrl
- Type
- Web URL
- Example
- https://gist.github.com/octocat/6cad326836d38bd3a7ae
Owner nameThe new Gist owner's GitHub username
- Slug
- owner_name
- Filter code
- Github.anyNewGist.OwnerName
- Type
- String
- Example
- octocat
Gist descriptionThe Gist's description
- Slug
- gist_description
- Filter code
- Github.anyNewGist.GistDescription
- Type
- String
- Example
- Hello World!
Gist visibilityThe Gist's visibility, public or private.
- Slug
- gist_visibility
- Filter code
- Github.anyNewGist.GistVisibility
- Type
- String
- Example
- public
Gist first file nameThe filename of first file from Gist.
- Slug
- gist_first_file_name
- Filter code
- Github.anyNewGist.GistFirstFileName
- Type
- String
- Example
- hello_world.rb
Gist first file typeThe type of first file from Gist.
- Slug
- gist_first_file_type
- Filter code
- Github.anyNewGist.GistFirstFileType
- Type
- String
- Example
- application/x-ruby