Skip to content

Cannot create tags with a subscriber #28

@noctivityinc

Description

@noctivityinc

Two issues here. If you try to post an array of tags when creating/updating a subscriber as per the docs:

req.body [Object: null prototype] {
  email: 'test@icloud.com',
  tags: '["tag1", "tag2"]'
}

then it passes an array of an array:

"tags": [
   "[\"tag1\", \"tag2\"]"
],

however, even if I fix this and just pass just a comma string:

"tags": [
    "\"tag1\",\"tag2\""
 ],

Drip still stores it like this:

Screen Shot 2020-05-01 at 9 04 44 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions