Infusionsoft v0.1.0 Infusionsoft View Source

Documentation for Infusionsoft.

One important thing to note is that if you have multiple custom fields with the same name, even if the capitalization is different, things may not work the way you expect.

The same is true for tags. If you need to support tags with the same name in different categories, you can provide the category name as an option in all tag calls. However, if you have multiple tags in the same category with the same name, things may not work the way you expect.

Link to this section Summary

Link to this section Functions

Link to this function achieve_goal(contact_id, integration_name, call_name, token) View Source
Link to this function add_tag(contact_id, tag_id, token) View Source
Link to this function create_contact(data, token) View Source
Link to this function create_with_dupe_check(data, token, check_type) View Source
Link to this function link(contact_id_1, contact_id_2, link_type_id, token) View Source
link(any(), any(), any(), any()) ::
  {:error, any()}
  | {:ok,
     false
     | nil
     | true
     | binary()
     | [false | nil | true | binary() | number()]
     | number()
     | map()}
Link to this function list_linked_contacts(id, token) View Source
Link to this function merge(id, id_duplicate, token) View Source
Link to this function remove_tag(contact_id, tag_id, token) View Source
Link to this function retrieve(id, fields, token) View Source
Link to this function search_by_email(email, fields, token) View Source
Link to this function unlink(contact_id_1, contact_id_2, link_type_id, token) View Source