{{ message }}
Closed
Conversation
|
@ivanma9 is attempting to deploy a commit to the Sim Studio Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| "uuid": "^11.1.0", | ||
| "zod": "^3.24.2" | ||
| "zod": "^3.24.2", | ||
| "zustand": "^5.0.3" |
There was a problem hiding this comment.
Zustand is already used extensively in the codebase but was missing from package.json dependencies, suggesting this PR is fixing an undeclared dependency.
Collaborator
|
@ivanma9 please resolve the merge conflicts and make the PR again |
2f7f9ba to
7604ecb
Compare
68794b3 to
41c5fb7
Compare
Contributor
Author
df6ba40 to
02657ec
Compare
a18a617 to
b29827c
Compare
1b3f825 to
b9b662b
Compare
This was referenced Mar 13, 2026
Merged
This was referenced Mar 24, 2026
This was referenced Apr 3, 2026
This was referenced Apr 12, 2026
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
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.

Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Solves issue #212. I wanted to make a way to trigger worflows that start from an SMS.
Fixes #212 (issue)
Type of change
With the correct configuration for Twilio, can trigger webflow from webhook via SMS
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Tested through logs and listeners from a registered Twilio account to test the phone number.
Make an account through Twilio. Make sure to set the ngrok url with the webhook endpoint from the twilio configuration on simstudio.
Send an SMS to that number.
Checklist:
npm test)Security Considerations:
Additional Information:
Any additional information, configuration or data that might be necessary to reproduce the issue or use the feature.