Method: VerticalResponse::API::List#create_contact
- Defined in:
- lib/verticalresponse/api/list.rb
#create_contact(params) ⇒ Object
Creates a contact for the list with the parameters provided
49 50 51 52 |
# File 'lib/verticalresponse/api/list.rb', line 49 def create_contact(params) @access_token ||= params[:access_token] @contact_class.create(params.merge(access_token: @access_token)) end |