Code Monkey home page Code Monkey logo

zammad-api-client-ruby's Introduction

Welcome to Zammad

Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and emails. It is distributed under version 3 of the GNU AFFERO General Public License (GNU AGPLv3).

Do you receive many e-mails and want to answer them with a team of agents?

You're going to love Zammad!

Status

  • Toolchain: docker-release workflow build-docker-image workflow documentation status
  • Download DEB/RPM: binary packages for Zammad stable binary packages for Zammad develop
  • Docker container images: Docker images for Zammad
  • Helm chart for Kubernetes: Zammad Helm chart for Kubernetes
  • License: AGPL license

Installing & Getting Started

https://docs.zammad.org

Screenshots

https://zammad.org/screenshots

Developer Manual

Developer Manual

REST API

https://docs.zammad.org/en/latest/api/intro.html

Security Policy

For reporting security vulnerabilities, please see SECURITY.md.

Contributing

https://zammad.org/participate

Thanks! ❤️ ❤️ ❤️

Your Zammad Team

zammad-api-client-ruby's People

Contributors

dependabot[bot] avatar martini avatar mgruner avatar rolfschmidt avatar spren9er avatar thorsteneckel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zammad-api-client-ruby's Issues

Farady Dependency conflict with sentry-raven

when running bundle install on my rails project, I got the following.

Bundler could not find compatible versions for gem "faraday":
  In snapshot (Gemfile.lock):
    faraday (= 1.0.1)

  In Gemfile:
    sentry-raven was resolved to 3.0.0, which depends on
      faraday (>= 1.0)

    zammad_api was resolved to 1.0.5, which depends on
      faraday (~> 0.9)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

Running bundle update works however downgrades sentry-raven to 2.13.0. It is a Devise dependancy so very important from a security perspective to be running the latest version.

After

gem install zammad-api
I updated, locally, the zammad_api-1.0.5.gemspec version for faraday to 1.0.1 and everything seems to work.

I would appreciate your thoughts about how I could make this change in production in Heroku? Or whether this can be update in the gem?

enable notification tray after creating a ticket by API

Hi,
I have been able to use the zammad ruby api client to create ticket.
Unfortunately when the new ticket is created I don't receive the notification and I only see it in the activity stream :
2019-11-28_17h48_40
here is the code I used in the command line to create the ticket :

ticket = client.ticket.new(title: 'some new title 4',state: 'new',priority: '2 normal',owner: '-',customer: '[email protected]',group: 'Users',article: {sender: 'Customer',type: 'note',subject: 'some subject',content_type: 'text/plain',body: "new ticket \n created by using the zammad ruby API",})

Error while verifying

I am getting this error while verifying my email.

{"error":"Can't use Channel::Driver::Smtp: #\u003cNet::SMTPAuthenticationError: 535-5.7.8 Username and Password not accepted. Learn more at\n\u003e"}

way around for "find_by"

what if we want to find a user by email or by first or last name without passing the id as we do in rails console from your gem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.