Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

Name

Description

cursor

Object of type Cursor

collection

Array of objects of type Funnel

 

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:

...