Infusionsoft v0.4.0 Infusionsoft.Endpoints.XML.Webform View Source

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

Link to this section Summary

Functions

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

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

Link to this section Functions

Link to this function retrieve_a_forms_html(form_id, token, app \\ nil) View Source
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

Link to this function retrieve_webform_ids(token, app \\ nil) View Source
retrieve_webform_ids(String.t(), nil | String.t()) ::
  {:ok, list()} | {:error, String.t()}

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