Skip to content

Instantly share code, notes, and snippets.

@Bird87ZA
Last active August 16, 2023 09:08
Show Gist options
  • Save Bird87ZA/9ea1b0fd082d9129316bf0e32a4dfeb4 to your computer and use it in GitHub Desktop.
Save Bird87ZA/9ea1b0fd082d9129316bf0e32a4dfeb4 to your computer and use it in GitHub Desktop.
Contact Me
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