module Drip::Client::CustomFields

Public Instance Methods

custom_fields() click to toggle source

Public: List all custom field identifiers.

Returns a Drip::Response. See www.getdrip.com/docs/rest-api#custom_fields

# File lib/drip/client/custom_fields.rb, line 10
def custom_fields
  make_json_api_request :get, "v2/#{account_id}/custom_field_identifiers"
end