Retrieve GoToWebinar or third-party information by REST API | Community
Skip to main content
ggerla
Level 3
March 1, 2021
Solved

Retrieve GoToWebinar or third-party information by REST API

  • March 1, 2021
  • 2 replies
  • 2640 views

Hello there!

 

I'm trying to find a way to retrieve if a program is connected to third-party integration, like GoToWebinar.

I can see that in the summary page of the program, there is all the information that I need, but I want to retrieve them by REST API, for example, the login ID or the partner ID, but the REST API documentation is not helpful.

 

Is there any chance to do that? Maybe some magic parameter or route.

 

Thanks,

Gianluca

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

I don't believe that's surfaced via the REST API.

 

We're fortunate in that our apps can get the ON24 Event ID (same idea as GTW) via another method. We set the Event ID — though this is manual — as a Campaign-level field on the synced SFDC Campaign. That allows us to search Marketo for the Program using the API, get the SFDC Campaign ID from there, then use the SFDC API to get the ON24 ID.

2 replies

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
March 2, 2021

I don't believe that's surfaced via the REST API.

 

We're fortunate in that our apps can get the ON24 Event ID (same idea as GTW) via another method. We set the Event ID — though this is manual — as a Campaign-level field on the synced SFDC Campaign. That allows us to search Marketo for the Program using the API, get the SFDC Campaign ID from there, then use the SFDC API to get the ON24 ID.

ggerla
ggerlaAuthor
Level 3
March 4, 2021
Thanks, maybe could be a solution to use the program tokens, even if is a boring manual operation.
Michael_Florin-2
Level 10
March 2, 2021

Probably it helps if you look at it from the other side. Go to Launchpoint and check which programs are used by your GTW connector. 

 

Not the most elegant solution but you can copy/paste the results, and you'd have your complete program list in under 10 minutes.

 

SanfordWhiteman
Level 10
March 2, 2021
but that's not the REST API...