zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

[MI-1397] Add resource to support installing chat apps. #345

Closed samgavinio closed 7 years ago

samgavinio commented 7 years ago

/cc @zendesk/mintegrations

Description

Add additional resource for installing Chat apps.

$this->client->chat->apps()->install($postFields);

which POSTs to the api/chat/apps/installations.json endpoint as opposed to the api/v2/apps/installations.json for ZendeskSupport apps.

References

Risks