Expand my Community achievements bar.

SOLVED

custom api calls to workfront to retreive email templates

Avatar

Level 4

In fusion I would like to retrieve workfront email templates via the custom api call.  I've checked the api explorer and don't see an object for email templates so can't go that route.  In workfront I can happily create a report for email templates so the information should be accessible from fusion but can't see how to retrieve it.  Any suggestions?

1 Accepted Solution

Avatar

Correct answer by
Level 6

Sometimes when I cannot find the objcode I will F12 inspect the page to see how native WF calls objects. In this case I created a email template report and scraped the Inspect -> Network to find the information about the native call. Then I searched Workfront "EMPTPL" (Use quotes to narrow search results) in google which took me here and found it under the api/unsupported section. I then went back to the official API docs and changed the version to api/unsupported which is at the bottom of the list.

 

 

Lawson02_0-1745883717328.png

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

Sometimes when I cannot find the objcode I will F12 inspect the page to see how native WF calls objects. In this case I created a email template report and scraped the Inspect -> Network to find the information about the native call. Then I searched Workfront "EMPTPL" (Use quotes to narrow search results) in google which took me here and found it under the api/unsupported section. I then went back to the official API docs and changed the version to api/unsupported which is at the bottom of the list.

 

 

Lawson02_0-1745883717328.png

 

Avatar

Level 4

Thanks Lawson02, your reply was exactly what I needed and you explanation was clear and easy to follow.