SureContact integration (Marketing, Productivity). Imported from open-connector.
https://api.surecontact.com/api/v1/public/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request from SureContact. |
| perPage | integer | optional | Number of records to request per page. |
| search | string | optional | Search term used to filter contacts. |
| status | string | optional | Contact status filter. |
| listUuid | string | optional | Return contacts attached to this SureContact list UUID. |
| tagUuid | string | optional | Return contacts attached to this SureContact tag UUID. |
/contacts/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The SureContact contact UUID. |
/contacts/email/{email}
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | The contact email address. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | Contact email address. | |
| firstName | string | optional | Contact first name. |
| lastName | string | optional | Contact last name. |
| phone | string | optional | Contact phone number. |
| status | string | optional | Contact subscription status. |
| customFields | object | optional | Custom contact fields keyed by SureContact field identifier. |
| listUuids | array | optional | SureContact list UUIDs to attach to the contact. |
| tagUuids | array | optional | SureContact tag UUIDs to attach to the contact. |
/contacts/upsert
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | Contact email address. | |
| firstName | string | optional | Contact first name. |
| lastName | string | optional | Contact last name. |
| phone | string | optional | Contact phone number. |
| status | string | optional | Contact subscription status. |
| customFields | object | optional | Custom contact fields keyed by SureContact field identifier. |
| listUuids | array | optional | SureContact list UUIDs to attach to the contact. |
| tagUuids | array | optional | SureContact tag UUIDs to attach to the contact. |
/contacts/{contactUuid}
| Param | Type | Required | Description |
|---|---|---|---|
| contactUuid | string | required | The SureContact contact UUID to update. |
| string | optional | Contact email address. | |
| firstName | string | optional | Contact first name. |
| lastName | string | optional | Contact last name. |
| phone | string | optional | Contact phone number. |
| status | string | optional | Contact subscription status. |
| customFields | object | optional | Custom contact fields keyed by SureContact field identifier. |
/contacts/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The SureContact contact UUID. |
/lists
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request from SureContact. |
| perPage | integer | optional | Number of records to request per page. |
| search | string | optional | Search term used to filter resources. |
/lists/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The SureContact list UUID. |
/lists
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | List name. |
| description | string | optional | List description. |
/lists/{listUuid}
| Param | Type | Required | Description |
|---|---|---|---|
| listUuid | string | required | The SureContact list UUID to update. |
| name | string | optional | List name. |
| description | string | optional | List description. |
/lists/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The SureContact list UUID. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request from SureContact. |
| perPage | integer | optional | Number of records to request per page. |
| search | string | optional | Search term used to filter resources. |
/tags/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The SureContact tag UUID. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | Tag name. |
/tags/{tagUuid}
| Param | Type | Required | Description |
|---|---|---|---|
| tagUuid | string | required | The SureContact tag UUID to update. |
| name | string | optional | Tag name. |
/tags/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The SureContact tag UUID. |