Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat-core-zendesk: support setting tags in constructor config #52

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Sep 19, 2024

  1. chat-core-zendesk: support setting tags in constructor config

    Adds the ticketTags field to the constructor config, so that
    arbitrary tags can be applied to conversations created by the SDK.
    
    TEST=manual,auto
    
    Ran SDK locally, saw created ZD conversation have the testing tag
    applied.
    
    Wrote a unit test asserting that tags are set correctly, saw it
    pass.
    popestr committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    38d26fd View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. dedupe tags

    popestr committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    33f21ba View commit details
    Browse the repository at this point in the history