Giter Site home page Giter Site logo

convertkit's Introduction

Convertkit

Rubygem for the excellent Convertkit. Allows you to get forms, courses, and subscribe people to your mailing lists.

Only supports the v2 API

Installation

Add this line to your application's Gemfile:

gem 'convertkit'

And then execute:

$ bundle

Or install it yourself as:

$ gem install convertkit

Usage

First, configure your client like so:

client = Convertkit::Client.new(key: "apikey")

Get list of forms

forms = client.forms

Will give you back something like this (a ConvertKit::Form object)

#<ConvertKit::Form:0x007fc5020ae460
	@client=
		#<ConvertKit::Client:0x007fc502846830
			@key="xxxx",
			@uri="https://api.convertkit.com",
			@version=2>,
	@created_at="2014-12-02T14:15:47Z",
	@details="https://api.convertkit.com/forms/4812558?k=xxx&v=2",
	@embed="https://api.convertkit.com/forms/4812558/embed?k=xxx&v=2",
	@id=481,
	@name="10 days to a better gem",
	@subscriber_count=4,
	@updated_at="2014-12-12T13:26:14Z">

Subscribe to a form

form = client.form(4)
form.subscribe(email: "[email protected]", fname: "name", course_opted: true)

Form details

form = client.form(4)

Get Courses

courses = client.courses

Get Course Details

course = client.courses(4)

Contributing

  1. Fork it ( https://github.com/stevencorona/convertkit/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

convertkit's People

Contributors

stevencorona avatar

Watchers

 avatar

Forkers

etison

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.