Module: Infusionsoft::Client::Funnel
- Included in:
- Infusionsoft::Client
- Defined in:
- lib/infusionsoft/client/funnel.rb
Overview
Funnel Service is used to add contacts to your sequences
Instance Method Summary collapse
-
#funnel_achieve_goal(integration, call_name, cid) ⇒ Object
Achieves a goal, Returns the result of a goal being achieved.
Instance Method Details
#funnel_achieve_goal(integration, call_name, cid) ⇒ Object
Achieves a goal, Returns the result of a goal being achieved.
12 13 14 |
# File 'lib/infusionsoft/client/funnel.rb', line 12 def funnel_achieve_goal(integration, call_name, cid) response = xmlrpc('FunnelService.achieveGoal', integration, call_name, cid) end |