How can I connect to a suitelet or similar using P...
# ask-stanley-ai
a
How can I connect to a suitelet or similar using Power Automate? I have a token etc, but I can't figure out how to enter the data in Power Automate to get it to work
c
AI generated answer (using internal Slack threads):
To connect to a Suitelet or similar using Power Automate, you would need to set up an HTTP action in Power Automate that calls your Suitelet. Here's a general step-by-step guide: 1. In Power Automate, create a new flow. 2. Add a new action, search for "HTTP" and select the "HTTP - HTTP" action. 3. In the HTTP action, set the Method to "GET" or "POST" depending on what your Suitelet requires. 4. Set the URI to the URL of your Suitelet. 5. In the Headers section, you would need to add your token for authentication. The key would typically be "Authorization" and the value would be your token. Please note that the way you format your token in the header can vary depending on the authentication method used by your Suitelet. For example, for Bearer token authentication, you would format it as "Bearer {your_token}". Please note that this is a general guide and the exact steps can vary depending on the specifics of your Suitelet and Power Automate setup. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.80995512
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.806796908
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.806350052
Please provide your feedback on this answer.
a
I can't access any of those links
c
Thank you for your feedback