Creating a webhook fails
Closed this issue · 2 comments
sdgandhi commented
The error returned from Trello is
JSON decode failed on https://api.trello.com/1/webhooks:
invalid value for idModel: invalid character 'i' looking for beginning of value
Other API calls for this board ID work correctly.
adlio commented
Can you provide some sample code? I do have some working code that creates webhooks on a variety of boards. The error message looks like it might be API permission related (the Go JSON parser is trying to parse a response that's not JSON).
sdgandhi commented
This was an issue with my configuration!