Reloop.Services.Contacts (reloop v0.1.3)

Copy Markdown View Source

Manage contacts, properties, groups, and channels.

Summary

Functions

add_channel_contact(client, channel_id, params)

See Reloop.Services.ContactChannels.add_contact/3.

add_group_contact(client, group_id, params)

See Reloop.Services.ContactGroups.add_contact/3.

create(client, params)

create_channel(client, params)

See Reloop.Services.ContactChannels.create/2.

create_group(client, params)

create_property(client, params)

delete(client, contact_id)

delete_channel(client, channel_id)

See Reloop.Services.ContactChannels.delete/2.

delete_group(client, group_id)

delete_property(client, contact_property_id)

get(client, contact_id)

get_channel(client, channel_id)

See Reloop.Services.ContactChannels.get/2.

get_group(client, group_id)

list(client, params \\ %{})

list_channels(client, params)

See Reloop.Services.ContactChannels.list/2.

list_group_contacts(client, group_id, params)

See Reloop.Services.ContactGroups.list_contacts/3.

list_groups(client, params \\ %{})

list_properties(client, params \\ %{})

remove_group_contact(client, group_id, params)

See Reloop.Services.ContactGroups.remove_contact/3.

update(client, contact_id, params)

update_channel(client, channel_id, params)

See Reloop.Services.ContactChannels.update/3.

update_channel_subscription(client, channel_id, params)

See Reloop.Services.ContactChannels.update_subscription/3.

update_group(client, group_id, params)

update_property(client, contact_property_id, params)