Cyberimpact integration (Marketing). Imported from open-connector.
https://api.cyberimpact.com/members
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page of results to view. |
| limit | integer | optional | The number of results per page. |
| status | string | optional | The status filter. |
| sort | string | optional | The sort order. |
| joinedOnFrom | string | optional | Only return members joined on or after this date. |
| joinedOnTo | string | optional | Only return members joined on or before this date. |
| updatedOnFrom | string | optional | Only return members updated on or after this date. |
| updatedOnTo | string | optional | Only return members updated on or before this date. |
| dateReturnFormat | string | optional | The date format Cyberimpact should use in responses. |
/members/{key}
| Param | Type | Required | Description |
|---|---|---|---|
| key | string | required | The member email address or numerical member ID. |
| dateReturnFormat | string | optional | The date format Cyberimpact should use in responses. |
/members/{key}
| Param | Type | Required | Description |
|---|---|---|---|
| key | string | required | The member email address or numerical member ID. |
/groups
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page of results to view. |
| limit | integer | optional | The number of results per page. |
| sort | string | optional | The sort order. |
| dateReturnFormat | string | optional | The date format Cyberimpact should use in responses. |
/groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Cyberimpact numerical ID. |
| dateReturnFormat | string | optional | The date format Cyberimpact should use in responses. |
/groups
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The group name. |
| isPublic | boolean | required | Whether this is a public Cyberimpact group. |
/groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Cyberimpact numerical ID. |
| title | string | optional | The group name. |
| isPublic | boolean | optional | Whether this is a public Cyberimpact group. |
/groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Cyberimpact numerical ID. |
/templates
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page of results to view. |
| limit | integer | optional | The number of results per page. |
| sort | string | optional | The sort order. |
| dateReturnFormat | string | optional | The date format Cyberimpact should use in responses. |
/templates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Cyberimpact numerical ID. |
| dateReturnFormat | string | optional | The date format Cyberimpact should use in responses. |
/templates
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The template title. |
| bodyHtml | string | optional | The HTML body for the template. |
| bodyText | string | optional | The plain text body for the template. |
/templates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Cyberimpact numerical ID. |
| title | string | required | The template title. |
| bodyHtml | string | optional | The HTML body for the template. |
| bodyText | string | optional | The plain text body for the template. |
/templates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Cyberimpact numerical ID. |