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
Lee.ax1423Lee.ax1423 

calling external service using HTTP Api

Hii,

 

I want to integrate salesforce.com with some external service like mvaayoo.com using HTTP Api,to send messages.

 

I need basic information about Calling external services using HTTP Api.What i want to do exactly is i would like to send message from salesforce with help of mvaayoo.com.

 

I need information for calling external services using HTTP Api.

 

Help???????/

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
SamuelDeRyckeSamuelDeRycke

Well, the exact sample code you want may also depend on the service/server you're trying to communicate with, I don't know the specifics to mvaayoo.

 

Did you chek out the sample code in the Http classes documentation ? That works for me.

All Answers

SamuelDeRyckeSamuelDeRycke

So you want to do http requests from apex ?

 

These should provide some info: apex callouts & apex web services and callouts

Lee.ax1423Lee.ax1423
Is there any sample code to achieve this. Because i have tried sample code but it is not invoking external services.
SamuelDeRyckeSamuelDeRycke

Well, the exact sample code you want may also depend on the service/server you're trying to communicate with, I don't know the specifics to mvaayoo.

 

Did you chek out the sample code in the Http classes documentation ? That works for me.

This was selected as the best answer
Lee.ax1423Lee.ax1423

Thank you very much.I got it .

SamuelDeRyckeSamuelDeRycke

Cool, glad I could help. 

Altaf MohammedAltaf Mohammed
Hi Lee 
Can you please elaborate the steps you use to call mVayoo API from salesforce.

Appreciate your Help