-
-
Notifications
You must be signed in to change notification settings - Fork 11
Add shopify webhooks for OURA #901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
toddkazakov
wants to merge
17
commits into
master
Choose a base branch
from
tk-oura-webhooks-shopify
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
8e9edd8 to
3935ecd
Compare
3935ecd to
9a99e16
Compare
Contributor
Author
|
/deploy dev1 |
Contributor
Author
|
/deploy dev |
Collaborator
|
toddkazakov updated values.yaml file in dev1 |
Collaborator
|
toddkazakov updated flux policies file in dev1 |
Collaborator
|
toddkazakov deployed platform tk-oura-webhooks-shopify branch to dev1 namespace |
…w subscribing to webhooks from the shopify UI
37d1eac to
27ec01d
Compare
91c0bc2 to
6c322c7
Compare
6c322c7 to
a3aa538
Compare
3997ec3 to
22aae96
Compare
22aae96 to
9995641
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
sequenceDiagram actor User participant JotForm participant Platform participant Customer.io participant Shopify User->>JotForm: Submits survey JotForm->>Platform: Webhook call with submission ID Platform->>JotForm: Pull submission details JotForm-->>Platform: Return submission data Platform->>Platform: Check eligibility criteria Platform->>Customer.io: Check if participant ID exists Customer.io-->>Platform: Return participant status Platform->>Shopify: Generate discount code Shopify-->>Platform: Return discount code Platform->>Customer.io: Send oura_eligibility_survey_completed event Customer.io->>Customer.io: Trigger Sizing Kit Campaign User->>Shopify: Place Sizing Kit Order Shopify->>Platform: Send orders/create notification Platform->>Customer.io: Send oura_sizing_kit_ordered event Shopify->>Platform: Send fulfillments/update or fulfillments/create notification Platform->>Shopify: Generate discount code Shopify-->>Platform: Return discount code Platform->>Shopify: Send oura_sizing_kit_delivered event Customer.io->>Customer.io: Trigger Ring Campaign User->>Shopify: Place Ring Order Shopify->>Platform: Send orders/create notification Platform->>Customer.io: Send oura_ring_ordered event Shopify->>Platform: Send fulfillments/update or fulfillments/create notification Platform->>Shopify: Send oura_sizing_kit_delivered event