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

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

Link to this section Summary

Link to this section Functions

Link to this function

retrieve_a_forms_html(form_id, token, app \\ nil)

View Source

Specs

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

Specs

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

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