So I want to use the Integrations more, but they are super buggy and miss a bunch of features.
For example, just using the ServiceNow integration, I cannot download attachments cause of an arbitrary file limit and because it forces me to save the file in the temp folder and cannot handle special characters in the filename for some reason, elsewhere certain filtering doesn’t work on complex field types, resulting in an error, and I cannot close a ticket because the Update Record activity does a PATCH request, but to close a ticket you need to use a PUT request.
As a result I have been forced to mix in some generic HTTP requests inbetween these buggy activities meaning I need to also have assets etc for the URL and authentication. I hate doing this.
Please please please please help us out by allowing us to make generic HTTP requests via an Integration Service connection.
If I could use the well designed activities to do the stuff that isn’t buggy, but also fall back to a regular HTTP request where I can make it a POST, DELETE, PATCH, PUT etc as I need then I could just rely on the integration service to manage my connection (which it does really well) and not need to rely on it to actually do the API calls (which is does really poorly).
This is not limited to the ServiceNow integration. All the integrations I have tried have issues, I tried with the Zendesk one and also had alot of issues with buggy activities and things not working and this is absolutey an issue with the integrations, not me.