You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorial appears to be out of sync with the MongoDB/Stitch content you see in the Atlas dashboard. When you reach the section defined as:
Integrate the ToDo App with Twilio
Section: B. Configure the Stitch MongoDB Service for Twilio Integration.
The tutorial tells you to create a database (todo) and two collections (items/users). Those elements were already present in my dashboard for the imported app.
On the same page in this section:
Configure the function for the twilioWebhook webhook
The twilioWebhook also appears to have been created for you, making that section unnecessary too.
The same applies to this section:
Configure the function to send verification codes.
I'm going to forge ahead anyways and ignore the parts of the tutorial that at least seem to be superfluous now. But I wanted to bring this to your attention.
The text was updated successfully, but these errors were encountered:
**Configure tw1 service rule.**
- Configure up a rule to enable the send action.
- Click the Rules tab.
- Click Add Rule.
Set up the following rule which allows the service to send a message to any number.
Actions When
Enable Send. { }
- Click Save.
When I click on Rules, I see the todo database with the items and users elements below it as child items. Clicking on either element shows the JSON schema for each element.
I don't see a button/link to add a new rule or anything related to the tutorial content shown above, and I'm confused at this point as to why I am seeing the database/tables listing when clicking onRules.
Can anyone clarify this for me?
UPDATE: You need to click on the Rules tab within the tw1 service dialog, not on the Rules element the list on the left hand nav bar. I'm leaving these comments here for others that may run into the same confusions I did when going through the tutorial. Also, the project import already created the rule to enable sending a Twilio message to anyone, so this too is a superfluous step in the tutorial if you imported the Stitch Web Todo example.
I am following along with the Web Todo app tutorial here:
https://docs.mongodb.com/stitch/tutorials/todo-twilio-web/
The tutorial appears to be out of sync with the MongoDB/Stitch content you see in the Atlas dashboard. When you reach the section defined as:
The tutorial tells you to create a database (todo) and two collections (items/users). Those elements were already present in my dashboard for the imported app.
On the same page in this section:
The twilioWebhook also appears to have been created for you, making that section unnecessary too.
The same applies to this section:
I'm going to forge ahead anyways and ignore the parts of the tutorial that at least seem to be superfluous now. But I wanted to bring this to your attention.
The text was updated successfully, but these errors were encountered: