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
SahajSahaj 

Integration with a tool.

I want to integrate my salesforce org with a tool named Moogsoft . Whenever a record is created at my end.
 I have to update the other environment(moogsoft) using the below URL
https://etamtsvpmoogdv01:8080/graze/v1/addSigCorrelationInfo?auth_token=cc63c187531b46e3a2abfa716a34bc74&sitn_id=<situation_id>&service_name=Remedyforce&resource_id=<RF_ticket_id>

auth_token
in above URL can be fetched using the below link
https://etamtsvpmoogdv01:8080/graze/v1/authenticate?username=graze&password=graze
This link returns auth_token

situation_id : It is one of the field at my end(at salesforce side)

RF_ticket_id : the name/serial number of the record that is created at salesforce side.


Please let me know how this can be done ,if any more information is required please let me know.

Thanks alot :)



 
pconpcon
This should be very doable and is a common thing to do.  You want to read over how to make web service callouts [1] from your trigger.

[1] https://developer.salesforce.com/page/Apex_Web_Services_and_Callouts
SahajSahaj
Hi pcon

Thanks for your response. The problem is i am new to the technology and i know how to create triggers and all but no idea of integration.
Can you please suggest me how can i start doing it because i have to complete this ASAP.
pconpcon
It sounds like you're looking for someone to write the code for this project. These forums are not meant for that; you'll want to post over on the AppExchange [1] site where you can match up with a developer looking to work on your project.  If you have code that you have specific issues with we will be glad to help you but we won't write it for you.  The link provided previously has enough information to get you going.

[1] https://appexchange.salesforce.com/developers
SahajSahaj
Thanks for your help..