function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BConroyBConroy 

Is there a way to create a button in SF that creates/schedules a GoToMeeting request?

The API for GTM is here. 

 

https://developer.citrixonline.com/api/gotomeeting-rest-api/apimethod/create-meeting

 

How would I use this to create a button in SF for GoToMeeting? Thanks

 

Cheers,

 

Brendan Conroy

Manager of Sales Operations

Market Metrix

Satish_SFDCSatish_SFDC

Hi,

I understand that you would like to create a Custom Button to create a new meeting.

 

Create a  visualforce page which  uses a controller extension or custom controller. In the Controller take the help of HttpRequest Class in Apex to pass Get / Post requests to GTM. Finally, Create a custom button and associate this to a visualforce page.

 

Creating a Custom Button:

https://help.salesforce.com/htviewhelpdoc?id=defining_custom_links.htm&siteLang=en_US

 

HttpRequest Class in Apex:

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_restful_http_httprequest.htm

 

Hope this helps.

 

Regards,

Satish Kumar


Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.