How to establish connection between apigee and salesforce

Not applicable

I'm new to apigee. I have a requirement to get contact details from SFDC using SOQL query. I have created a connected app in SFDC. I don't know how to prepare a authentication request in apigee. Can anyone help with this.

0 2 615
2 REPLIES 2

Hi @Ram charan Yamparala, we need more details like,

What are options we have to connect to SDFC? any rest apis?

How do you connect to SFDC normally without Apigee?

Check this doc,

https://community.apigee.com/questions/59249/connect-to-salesforce-through-apigee.html

Not applicable

Hi @Siddharth Barahalikar, For this requirement I should use standard rest API (i.e sending SOQL query in request).

Here is the requirement

1. External system sends contact email to apigee

2. SOQL query is constructed in apigee based on the contact email.

3. Apigee calls SFDC and gets contact details.

Does this answer your question?