I want to build an integration with salesforce.
The flow is,
- If i get a new email from gmail (Trigger)
- Then Find a contact record in salesforce
- To get a contact ID
- And then find an opportunity record by Contact ID(ContactId) in salesforce.
But when I tried third step, I failed to find opportunity record.
How can i build this flow?