You just need to use one of the Generic Credential Types.
So instead of selecting ‘Predefined Credential Type’, select ‘Generic Credential Type’, and then choose the option that matches your authentication choice.
Yeah, I have that working. I was wondering about the Halo credentials because they have a bearer token that expires in an hour.
I have a workflow that checks the bearer I have and if it’s over the expire time, it gets a new one, but this is a process and I’m pretty sure I’m inefficient. E.g. I’m sure it is checking the bearer for each client I’m processing, even though there’s only one tenant involved here.
Thanks for the information. Maybe a note on those that don’t support the http node would be a good thing. It would have save me a few minutes.