Skip to content

Track Event API call with "subscribed": false is not unsubscribing contact #112

@ejscheepers

Description

@ejscheepers

I have been trying to use https://docs.useplunk.com/api-reference/actions/track to unsubscribe a contact, but I cannot get it to work, might be a bug where client is always subscribed when /track api is used.

Here are some logs:

Track event payload: {
"event": "customer_updated_shopify",
"email": "eugene0scheepers@gmail.com",
"subscribed": false
}

Sending POST request to: https://plunk.send-kit.com/api/v1/track

Track event API response: {
"success": true,
"contact": "ce0188f5-85f0-49cc-a63e-b4a4e1afadba",
"event": "f1797c0a-9224-4b70-828d-7d09c0b398b6",
"timestamp": "2024-10-15T12:36:45.791Z"
}

So the api call is successfull, but the client is still subscribed...

Screenshot 2024-10-15 at 14 42 41

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