The CreatorCon Call for Content is officially open! Get started here.

Arnoud Kooi
ServiceNow Employee
ServiceNow Employee

find_real_file.png

 

Getting the hang of FlowDesigner and IntegrationHub after last weeks developer meetup in Amsterdam, I wanted to build a new Integration with Twitter. With some guidance from colleagues, I got it working!

I have created a 23 min video, explaining how it's built. Watch on YouTube, to use timestamps:

 

Because Twitter does not support OAuth 2.0, but only 1.0 it was a bit harder to get things to work.

Important takeaway is to first get the signature to work, by mimicking the provided sample values, until you get the exact same hash provided in the example, before you proceed with doing your own request to Twitter.

Be sure the Flowdesigner plugin is Activated, including Plugin: ServiceNow IntegrationHub Installer (maint required). If you're using a developer instance, enable Flowdesigner and IntegrationHub from:https://developer.servicenow.com/app.do#!/instance

I have created it as a Scoped app. You can get it from: https://github.com/arnoudkooi/TwitterTweet From here you can Import it via Studio Sourcecontrol to your own DEV instance.

IMPORTANT
Be Sure You have Activation FlowDesigner and IntegrationHub before Importing from GitHub! It maybe needed to grant the roles oath_admin and web_service_admin

 

BTW: Check out ServiceNow Chrome Utils Extension