Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

HowardWi1
HowardWi1
Offline

Badges

Badges
0

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
69

Posts

Posts
45

Discussions

Discussions
6

Questions

Questions
39

Ideas

Ideas
6

Blog Posts

Blog Posts
0
Top badges earned by HowardWi1
Customize the badges you want to showcase on your profile
Re: Webhook "Gateway trigger error" - Workfront Fusion 2.0 30-09-2020
That makes sense. I have some more questions, but these points are important to know: The first HTTP provides an API challenge key required for the webhook response. This key is needed in the webhook response.The second HTTP authenticates via a pre-set API key, different from the challenge. The response with the challenge key must also send an HTTP 200 response, which is why it has to be a webhook response as opposed to another HTTP. Unless there's a way to send an HTTP 200 in an HTTP.The third ...

Views

9

Likes

0

Replies

0
Webhook "Gateway trigger error" - Workfront Fusion 2.0 30-09-2020
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 module. The Webhook defaults to the 200 response, which is great, and I add the code response I'm getting an error, "Gateway trigger is required in order for this module to work." What's that mean? I can't...

Views

9

Like

1

Replies

3
Re: Hi, i'm curious to know if anyone has any experience with integrating Smartsheet and Workfront? - Workfront 21-09-2020
Workfront and Smartsheet have some kind of standstill agreement. SS does not want WF to develop a fusion connector / module because they seem to feel WF is a competitor. For whatever reason, WF has agreed not to help customers connect to Smartsheet. You might get some support, but not extensive. I've been trying to do this as well. I've played with the SS API and figured out how to create a scenario in Fusion 2.0 that monitors for a new task in WF and creates a row in Smartsheet. I've had a lot ...

Views

17

Likes

0

Replies

0
Parsing? - Workfront Fusion 2.0 18-09-2020
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":2644018982086532,"value":"Grand Finale Hopes","displayValue":"Grand Finale Hopes"},{"columnId":7147618609457028,"value":"andy@google.com","displayValue":"andy@google.com"},{"columnId":1518119075243908,"value":"c...

Views

10

Like

1

Replies

1
Callback Acknowledgement - Workfront Fusion 2.0 18-09-2020
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?

Views

6

Like

1

Replies

1
Oauth Post / JSON command? - Workfront Fusion 2.0 11-09-2020
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 succeed. Same thing when I do GET with the scope of Read_Sheet.I copied the body from Postman into POST command in Fusion, calling it RAW and setting it to JSON:I receive an error, 1004: you are not a...

Views

5

Like

1

Replies

0
API Authentication - Workfront Fusion 2.0 02-09-2020
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 new rows on a Smartsheet so I can have them added into Workfront.

Views

11

Likes

2

Replies

3
Fusion: Get Project ID - Workfront 20-08-2020
I'm trying to use a form and a Fusion to create a new task on an existing project. I have the user select the project from a Typeahead field. How do I have the fusion find the associated project ID so I can create the task?

Views

4

Like

1

Replies

0
Tag typeahead field type - Workfront 20-08-2020
Give us the ability to create our own type ahead fields that allow users to add options, similar to a tag field in a CMS.

Views

8

Likes

10

Replies

1
Action Buttons - Workfront 14-08-2020
It would be great if we could have some kind of "action button" setup that we could add to reports or the interface for one touch processes or to activate a fusion. For native processes, this would be ideal for things that currently require the user to navigate to different pages. For example, click the button to add a document and the interface would provide a popup (similar to the window to edit a task or project) that allowed you to add it right there, without navigating away. Another example...

Views

5

Likes

4

Replies

0