gutdraw
gutdraw
plus 1 for this being useful enhancement however collaborators properties of ticket at creation appears supported which will place a CC i think. https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#list-collaborators-for-a-ticket
import requests cookies = { } headers = { 'Connection': 'keep-alive', 'Accept': 'application/json', 'Sec-Fetch-Dest': 'empty', 'Content-Type': 'application/json', 'Accept-Language': 'en-US,en;q=0.9', } data = '{"token":"YOU GOOGLE ID TOKEN HERE"}' response = requests.post('https://YOUR...
> @gutdraw have you tested that it is working? If yes we can test it out and merge it and then release the new version to PyPi I defined post2...