Skip to content

Instantly share code, notes, and snippets.

@idabmat
Last active August 15, 2018 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idabmat/5fbb4dfb6fb516143ceea1ae4a422f6b to your computer and use it in GitHub Desktop.
Save idabmat/5fbb4dfb6fb516143ceea1ae4a422f6b to your computer and use it in GitHub Desktop.
Zenaton Ruby
require 'zenaton'
Zenaton::Client.init(
app_id, # You application ID
api_token, # Your API token
app_env # production, staging, development, or whatever you want
)
SequentialWorkflow.new.dispatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment