View Source Infusionsoft.Endpoints.XML.Webform (Infusionsoft v0.8.1)

Provides the raw endpoints to Infusionsoft's XML API for Webform actions.

Summary

Functions

retrieve_a_forms_html(form_id, token, app \\ nil)

@spec retrieve_a_forms_html(integer(), String.t(), nil | String.t()) ::
  {:ok, list()} | {:error, String.t()}

https://developer.infusionsoft.com/docs/xml-rpc/#webform-retrieve-a-form-s-html

retrieve_webform_ids(token, app \\ nil)

@spec retrieve_webform_ids(String.t(), nil | String.t()) ::
  {:ok, list()} | {:error, String.t()}

https://developer.infusionsoft.com/docs/xml-rpc/#webform-retrieve-webform-ids