Renamed DESKPRO_TEAM_ID to DESKPRO_DEPT_ID to match name of param in

api call.

Added DESKPRO_ASSIGNED_AGENT_TEAM_ID so that tickets routed correctly.
This commit is contained in:
Adam Shimali
2016-05-18 15:03:23 +01:00
parent 0172797fb5
commit e181940966
6 changed files with 13 additions and 5 deletions

View File

@@ -7,4 +7,5 @@ export SECRET_KEY='dev-notify-secret-key'
export DESKPRO_API_HOST=""
export DESKPRO_API_KEY=""
export DESKPRO_PERSON_EMAIL=""
export DESKPRO_TEAM_ID=""
export DESKPRO_DEPT_ID=""
export DESKPRO_ASSIGNED_AGENT_TEAM_ID=""