...
Code Block |
---|
GET https://api.smartsender.com/v1/contacts/{contactId}/funnels |
Main parameters:
Name | Description | Validation |
---|---|---|
page | Requested Page | Minimum value 1 |
limitation | Amount of data to display per page | Minimum value 1, maximum 20 |
In case of a successful response, you will receive the following:
...
Code Block |
---|
{ "cursor": Cursor, "collection": Funnel[] } |
Answer description:
Addition.
Allows you to add a funnel subscription to the selected contact
...
Code Block |
---|
POST https://api.smartsender.com/v1/contacts/{contactId}/funnels/{serviceIdserviceKey} |
In case of a successful response, you will receive the following:
...
Code Block |
---|
DELETE https://api.smartsender.com/v1/contacts/{contactId}/funnels/{serviceIdserviceKey} |
In case of a successful response, you will receive the following:
...