Last active
August 16, 2023 09:08
-
-
Save Bird87ZA/9ea1b0fd082d9129316bf0e32a4dfeb4 to your computer and use it in GitHub Desktop.
Contact Me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flowchart TD | |
A[Zizoo] <-->|ContactMeFormType| B{API} | |
subgraph Contact Me Service | |
C{{User Journey}} --> |GetPhoneDetails| B | |
C --> |GetPreviousBookings| B | |
C --> |GetBoatDetails| B | |
D[(Contact Me Databse)] --> |GetPreviousRequests| B | |
E[Sonar] --> |GetOfferFromSonar| B | |
end | |
B --> |PostToSalesforce| F[Salesforce] | |
B --> |SendConfirmationEmail| G[Sendgrid] | |
B --> |SendSalesEmail| G |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment