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

darin_patterson
darin_patterson
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
10

Likes Received

Likes Received
18

Posts

Posts
56

Discussions

Discussions
1

Questions

Questions
55

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by darin_patterson
Customize the badges you want to showcase on your profile
Re: Webhook "Gateway trigger error" - Workfront Fusion 2.0 30-09-2020
Hi Howard, Anytime you are using a "webhook response", your first step should be a "custom webhook". Thats the thing that is "listening" for an incoming call -- then it will return the response to that calling service. In contrast, the HTTP module you have there is calling outbound to some other service.

Views

9

Likes

0

Replies

1
Re: Webhook Connector and Anticipating payload. - Workfront Fusion 2.0 18-09-2020
Hi Caden, The short answer to your question is "Yes - you can work with dynamic data structures that are coming into a single webhook event". One note of caution: please be careful not to try to make a single scenario "do too much" -- it really should be driven by a "reasonable single use case" (not 50 use cases all slammed into one). If the other vendor sees them as two events, it might be legitimately two scenarios. To deal with dynamic incoming data, you'd simply have future steps conditioned...

Views

7

Likes

0

Replies

0
Re: Parsing? - Workfront Fusion 2.0 18-09-2020
Hi Howard, most often your webhook is expecting to receive JSON data. The default behavior is to parse that JSON data and make it available to future modules. In the "advanced settings" of the webhook, you could change this to JSON-passthrough -- which will not parse the data. In 95% of use case that default setting works out fine. But if you want to strictly enforce some data structure, you can also use the Show Advanced Settings to create a data structure for validation (and subsequent mapping...

Views

10

Likes

0

Replies

0
Re: Callback Acknowledgement - Workfront Fusion 2.0 18-09-2020
Hi Howard, By default a scenario that is initiated by a Custom Webhook module that does not have a "webhook response" module will essentially return a 200 HTTP code to the sending service anytime that endpoint is called. (you can easily verify this by creating a simple scenario with a webhook and sending a payload from PostMan to that new URL and seeing what is received). For more advanced scenarios, you can include a Custom Webhook response which will then make it so that when data is sent to t...

Views

6

Likes

0

Replies

0
Re: adding custom form to a task via Fusion 2.0 - Workfront Fusion 2.0 10-09-2020
Hi Kevin, I hope you are doing well. Great point. In your case, rather than "adding a single form", it appears you'd like to Apply a Set of forms to an object. As usual, there are multiple ways to accomplish this one thing:You are correct that, in Fusion 1.0, you could define an array (list) of objectCategories during object creation or update. We plan to include this capability in Fusion 2.0 as well (it's a small update, just not prioritized yet). But, in the mean time, you can use a scenario l...

Views

23

Likes

0

Replies

1
Re: API Authentication - Workfront Fusion 2.0 09-09-2020
Hi Krissy, unfortunately I'm getting dangerously close to supporting a "Smartsheet integration" which I cannot do. But I can say that, properly setup, the HTTP oAuth connector will automatically include the token in the Authorization header. (you can also override the default settings for unique oauth2 implementations). Specifically, the default configuration of this connector will pass a "Authorization" header with the value "Bearer {access token}" A "404 error" is actually something that is mo...

Views

11

Likes

0

Replies

0
Re: API Authentication - Workfront Fusion 2.0 02-09-2020
Hi Howard, I hope you are doing well. First, a disclaimer: Smartsheets has informed Workfront that they do not want us to build and maintain an integration to their software services. As such, we do not offer a standard Smartsheet connector nor provide support for such a thing. They see our solutions as too competitive and apparently do not see value in allowing our mutual customers to benefit from the best of both worlds. As such, anything I say here should not be construed as official support ...

Views

11

Likes

0

Replies

1
Re: adding custom form to a task via Fusion 2.0 - Workfront Fusion 2.0 02-09-2020
Hi Krissy, I am glad you asked this question as it can be a bit tricky to figure out the easiest path here, but not terribly difficult to handle once you have a few tips. The easiest explanation of this will come from seeing an example, so I've attached a Fusion 2.0 Scenario Blueprint. You can easily create a new scenario and import this, setup your connection and swap out relevant IDs to see this all work. Essentially the steps are to Read information about the task in question (whether from a ...

Views

23

Likes

0

Replies

3
Re: When I use the HTTP OAuth2.0 connector and I try to set up authentication, I use the redirect URI in the Fusion 2.0 documentation but when it redirects it says page not found. Do I have the wrong redirect? - Workfront Fusion 2.0 19-08-2020
For what it's worth (to anyone else our there:) ). Caden an I were able to connect and successfully establish an HTTP oAuth2.0 connection to Bluescape in Fusion. It turns out, once you get all the URIs right (from 3rd party systems), Fusion does a good job of handling the rest. A few notes for others that may be worthwhile. The HTTP OAuth2 connection follows a standard "Authorization Code Flow" or "Implicit Flow". (you choose which one). These are oAuth 2 standards and a good resource to learn m...

Views

26

Like

1

Replies

0
Re: When I use the HTTP OAuth2.0 connector and I try to set up authentication, I use the redirect URI in the Fusion 2.0 documentation but when it redirects it says page not found. Do I have the wrong redirect? - Workfront Fusion 2.0 14-08-2020
Hi Caden, In the spirit of collaboration, I *may* be able to help work through this with you if you want to jump on a short call. Send me an email at darinpatterson@workfront.com if you are interested in arranging such a thing. Cheers.

Views

26

Likes

0

Replies

0
Likes from