ActiveTrail integration (Marketing, Communication). Imported from open-connector.
https://webapi.mymarketing.co.il/api/account/balance
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| customer_state | string | optional | The ActiveTrail CustomerStates filter used by contact list endpoints. |
| search_term | string | optional | Text used to filter ActiveTrail contacts. |
| from_date | string | optional | Only include contacts changed on or after this date. |
| to_date | string | optional | Only include contacts changed on or before this date. |
| page | integer | optional | The zero-based page number requested from ActiveTrail. |
| limit | integer | optional | The maximum number of records to request from ActiveTrail. |
/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The ActiveTrail contact ID. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| subscribe_ip | string | optional | The subscribe IP address recorded for the contact. |
| status | string | optional | The ActiveTrail contact status value. |
| sms_status | string | optional | The ActiveTrail contact status value. |
| string | optional | The contact email address. | |
| sms | string | optional | The contact SMS value. |
| first_name | string | optional | The contact first name. |
| last_name | string | optional | The contact last name. |
| anniversary | string | optional | The contact anniversary timestamp. |
| birthday | string | optional | The contact birthday timestamp. |
| city | string | optional | The contact city. |
| fax | string | optional | The contact fax number. |
| phone1 | string | optional | The contact primary phone number. |
| phone2 | string | optional | The contact secondary phone number. |
| street | string | optional | The contact street address. |
| zip_code | string | optional | The contact ZIP or postal code. |
/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The ActiveTrail contact ID. |
| subscribe_ip | string | optional | The subscribe IP address recorded for the contact. |
| status | string | optional | The ActiveTrail contact status value. |
| sms_status | string | optional | The ActiveTrail contact status value. |
| string | optional | The contact email address. | |
| sms | string | optional | The contact SMS value. |
| first_name | string | optional | The contact first name. |
| last_name | string | optional | The contact last name. |
| anniversary | string | optional | The contact anniversary timestamp. |
| birthday | string | optional | The contact birthday timestamp. |
| city | string | optional | The contact city. |
| fax | string | optional | The contact fax number. |
| phone1 | string | optional | The contact primary phone number. |
| phone2 | string | optional | The contact secondary phone number. |
| street | string | optional | The contact street address. |
| zip_code | string | optional | The contact ZIP or postal code. |
/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The ActiveTrail contact ID. |
/groups
| Param | Type | Required | Description |
|---|---|---|---|
| search_term | string | optional | Text used to filter ActiveTrail groups. |
| page | integer | optional | The zero-based page number requested from ActiveTrail. |
| limit | integer | optional | The maximum number of records to request from ActiveTrail. |
/groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The ActiveTrail group ID. |
/groups
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The group name. |
/groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The ActiveTrail group ID. |
| name | string | required | The updated group name. |
/groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The ActiveTrail group ID. |
/groups/{group_id}/members
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | integer | required | The ActiveTrail group ID. |
| customer_state | string | optional | The ActiveTrail CustomerStates filter used by contact list endpoints. |
| search_term | string | optional | Text used to filter group members. |
| from_date | string | optional | Only include members changed on or after this date. |
| to_date | string | optional | Only include members changed on or before this date. |
| page | integer | optional | The zero-based page number requested from ActiveTrail. |
| limit | integer | optional | The maximum number of records to request from ActiveTrail. |
/groups/{group_id}/members
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | integer | required | The ActiveTrail group ID. |
| subscribe_ip | string | optional | The subscribe IP address recorded for the contact. |
| status | string | optional | The ActiveTrail contact status value. |
| sms_status | string | optional | The ActiveTrail contact status value. |
| string | optional | The contact email address. | |
| sms | string | optional | The contact SMS value. |
| first_name | string | optional | The contact first name. |
| last_name | string | optional | The contact last name. |
| anniversary | string | optional | The contact anniversary timestamp. |
| birthday | string | optional | The contact birthday timestamp. |
| city | string | optional | The contact city. |
| fax | string | optional | The contact fax number. |
| phone1 | string | optional | The contact primary phone number. |
| phone2 | string | optional | The contact secondary phone number. |
| street | string | optional | The contact street address. |
| zip_code | string | optional | The contact ZIP or postal code. |
/groups/{group_id}/members/{member_id}
| Param | Type | Required | Description |
|---|---|---|---|
| group_id | integer | required | The ActiveTrail group ID. |
| member_id | integer | required | The ActiveTrail contact ID to remove from the group. |