Afternoon folks,I'm investigating a business scenario which is meant to keep a Pair of projects' schedule in sync (so to speak). Essentially, Project A starts first and at a certain point the business branches off and starts Project B. Project B cannot complete until a particular task approval fro...
I'm trying to create a webhook to a third party API. In my scenario, I need to create a response to the HTTP module (where the webhook is successfully being created in the other API). The response has to be code 200 and a return piece of authorization code, which is data parsed out of the http modul...
How do I make this map-able? It comes in from a Webhook as "Data" in a pretty pink box, but I can't figure out how to break it up. {"rowNumber":1,"version":16,"expanded":true,"accessLevel":"OWNER","createdAt":"2020-09-16T00:59:27Z","modifiedAt":"2020-09-16T01:06:19Z","cells":[{"columnId":26440189820...
I'm working with a third-party API that requires a 200 http status code is sent back after doing a callback to my Fusion webhook. Is that something I have to setup? Or Fusion just does that automatically? And if I do have to set up, can someone show me how?
I am creating a scenario that has a webhook trigger. I want to set up a couple different webhooks on this scenario ("Document" Creation and "Image" Creation since the third party app distinguishes them as different events but I effectively see them as one). The problem is the template of the respons...
I have a working Postman command for an Oauth 2.0 "POST." Separately, I also have a working Oauth 2.0 within Fusion for the same destination using the HTTP Oauth 2.0 connector.I'm running into trouble trying to convert what I have in Postman, into Fusion. When I do a HEAD with the HTTP connector, I ...
Can anyone tell me how I authenticate with an API key? From what I can see this is the command: curl https://api.smartsheet.com/2.0/users/me \`-H "Authorization: Bearer ############" I tried to use the HTTP fusion but the URL doesn't work. Ultimately, I'm trying to create a Fusion that will watch ne...