Skip to main content

Create unique survey links

POST 

/v3/channels/create_unique_links

Create unique survey links

Request

Body

    survey_id numberrequired

    Id of Survey

    channel_id numberrequired

    Id of Channel

    contact_ids number[]

    Possible values: <= 100

    Id's of Contact

    contacts

    object[]

    Possible values: >= 1, <= 100

    Array of contact objects

  • Array [

  • full_name string

    Possible values: <= 255 characters

    Full Name of contact

    phone string

    Possible values: <= 255 characters

    Phone number of the contact

    mobile string

    Possible values: <= 255 characters

    Mobile number of the contact

    email string

    Possible values: <= 255 characters

    Email of contact

    job_title string

    Possible values: <= 255 characters

    Job Title of the contact

    contact_type string

    Possible values: [contact, employee]

    Default value: contact

    Type of the contact

    variables object
    expires_at date

    Possible values:

    expiry time of link in UTC

  • ]

  • contact_list_ids number[]

    Possible values: <= 100

    Id's of Contact Lists

    short_url boolean

    Create short link for the survey

    expires_at date

    Possible values:

    expiry time of link in UTC

    variables object

Responses

Successful

Schema

    data

    object[]

  • Array [

  • contact_id numberrequired

    ID of the contact

    survey_link string

    Survey Link

    short_url string

    Short URL for the survey

    variables object
    expires_at date

    expiry time of link in UTC

  • ]

Loading...