Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The flow for event handling is illustrated in the following diagram. The ESB connectors for Google Calendar will be used to connect to each service.

  1. ReRetrieve deals which are in the "Presentation Scheduled" stage from the Hubspot API using the getRecentlyModifiedDeals operation.
  2. Create an engagement of type "Meeting" in the Hubspot API using the createEngagement operation.
  3. Retrieve contact details from the Hubspot API using the getContactById operation.
  4. Using the createEvent operation, add a meeting in the Google Calendar API.
  5. Update the deal in the Hubspot API using the updateDeal operation.
Hubspot operations

...