Infusionsoft v0.1.0 Infusionsoft.Endpoints.XML.Contacts View Source

Provides the endpoints to Infusionsoft’s XML API for Contacts.

A few endpoints that are available in the API documentation have not been implemented here, but the function names have been included in comments.

Link to this section Summary

Link to this section Functions

Link to this function add_tag(contact_id, tag_id, 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 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