Happy Friday team! How do I call a specific inbound request transformer on a BC API call? I think I saw documentation on this a while back but it’s not in my notes
🗨 Link to Slack thread
Happy Friday team! How do I call a specific inbound request transformer on a BC API call? I think I saw documentation on this a while back but it’s not in my notes
I’m calling a specific action in BC from an external tool and I want to run an inbound request transformer on the request first
Hey Gillen, first you’ll grab your Inbound Request Transformer ID from the Extensions Tab in the integration:
Then the url that you’ll send to the BetterCloud API will look something like:
https://api.bettercloud.com/api/v1/actions/{actionId}/execute?BC-Transform-IDs={scriptId}
No problem! The same can actually be done for Pre-Request Scripts. 🙂 Also, if you don’t have the option to pass an additional Authorization header from wherever the webhook is being triggered, you can append &authorization={bettercloudApiKey}
to the url as well.
You too!!
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.