class ConvertKit::Forms
- ConvertKit::Forms
- Reference
- Object
Included Modules
- ConvertKitMethods
- JSON::Serializable
Defined in:
convertkit/methods/form/subscribe.crconvertkit/objects/forms.cr
Constructors
Class Method Summary
- .list
- .subscribe(id : Int64, email : String, first_name : String | Nil = nil, tags : String | Nil = nil)
Instance Method Summary
Constructor Detail
Class Method Detail
def self.subscribe(id : Int64, email : String, first_name : String | Nil = nil, tags : String | Nil = nil)
#