/clicksend-contacts | Type: Application | PCID required: Yes
Tools
clicksend_contacts_lists_by_list_id_delete
ListsByListIdDelete Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | List ID |
clicksend_contacts_lists_by_list_id_get
Get specific contact list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | List ID |
clicksend_contacts_lists_by_list_id_put
Update specific contact list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | Your list id |
list_name | string | Yes | — | Your list name. |
clicksend_contacts_lists_contacts_by_list_id_and_contact_id_delete
Delete a contact Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | List ID |
contact_id | integer | Yes | — | Contact ID |
clicksend_contacts_lists_contacts_by_list_id_and_contact_id_get
Get a specific contact Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | Your contact list id you want to access. |
contact_id | integer | Yes | — | Your contact id you want to access. |
clicksend_contacts_lists_contacts_by_list_id_and_contact_id_put
Update specific contact Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | Contact list id |
contact_id | integer | Yes | — | Contact ID |
address_city | string | No | — | Your nearest city |
address_country | string | No | — | Your current country |
address_line_1 | string | No | — | Your street address |
address_line_2 | string | No | — | Address Line 2 |
address_postal_code | string | No | — | Your current postcode |
address_state | string | No | — | Your current state |
custom_1 | string | No | — | Custom 1 |
custom_2 | string | No | — | Custom 2 |
custom_3 | string | No | — | Custom 3 |
custom_4 | string | No | — | Custom 4 |
email | string | No | — | Your email. Must be provided if no phone number or fax number. |
fax_number | string | No | — | Your fax number. Must be provided if no phone number or email. |
first_name | string | No | — | Your first name. |
last_name | string | No | — | Your last name |
organization_name | string | No | — | Your organisation name |
phone_number | string | No | — | Your phone number in E.164 format. Must be provided if no fax number or email. |
clicksend_contacts_lists_contacts_by_list_id_get
Get all contacts in a list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | Contact list ID |
page | integer | No | — | Page number |
limit | integer | No | — | Number of records per page |
updated_after | integer | No | — | Get all contacts updated after a given timestamp. |
clicksend_contacts_lists_contacts_by_list_id_post
Create new contact Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | List id |
address_city | string | No | — | Your nearest city |
address_country | string | No | — | Your current country |
address_line_1 | string | No | — | Your street address |
address_line_2 | string | No | — | Address Line 2 |
address_postal_code | string | No | — | Your current postcode |
address_state | string | No | — | Your current state |
custom_1 | string | No | — | Custom 1 |
custom_2 | string | No | — | Custom 2 |
custom_3 | string | No | — | Custom 3 |
custom_4 | string | No | — | Custom 4 |
email | string | No | — | Your email. Must be provided if no phone number or fax number. |
fax_number | string | No | — | Your fax number. Must be provided if no phone number or email. |
first_name | string | No | — | Your first name. |
last_name | string | No | — | Your last name |
organization_name | string | No | — | Your organisation name |
phone_number | string | No | — | Your phone number in E.164 format. Must be provided if no fax number or email. |
clicksend_contacts_lists_copy_contact_put
Copy contact to another list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
from_list_id | integer | Yes | — | List ID for list that contains contact. |
contact_id | integer | Yes | — | Contact ID |
to_list_id | integer | Yes | — | List ID for list you want to copy the contact to. |
clicksend_contacts_lists_get
Get all contact lists Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | Page number |
limit | integer | No | — | Number of records per page |
clicksend_contacts_lists_import_by_list_id_post
Import contacts to list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | Your contact list id you want to access. |
field_order | string[] | Yes | — | Order of fields in file |
file_url | string | Yes | — | URL of file to process |
clicksend_contacts_lists_post
Create new contact list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_name | string | Yes | — | Your list name. |
clicksend_contacts_lists_remove_duplicates_by_list_id_put
Remove duplicate contacts Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | Your list id |
fields | object | Yes | — | From Email object. |
clicksend_contacts_lists_remove_opted_out_contacts_by_list_id_and_opt_out_list_id_put
Remove all opted out contacts Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
list_id | integer | Yes | — | Your list id |
opt_out_list_id | integer | Yes | — | Your opt out list id |
clicksend_contacts_lists_transfer_contact_put
Transfer contact to another list Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
from_list_id | integer | Yes | — | List ID for list that contains contact. |
contact_id | integer | Yes | — | Contact ID |
to_list_id | integer | Yes | — | List ID for list you want to transfer contact to. |

