I’ve been stuck on trying to make a webhook retrieve a response from users/lookup on Twitter.
https://dev.twitter.com/rest/reference/get/users/lookup
Does anyone have an example of a webhook that successfully calls in to the twitter API, preferably lookup? I don’t want to build a separate web service if that can be avoided.
Thanks!