Skip to content

Commit 0531a5a

Browse files
committed
couple more edits
1 parent 9815227 commit 0531a5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/english/tutorial/order-confirmation/order-confirmation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ title: Create a Salesforce order confirmation app
66
<Column>
77
Use the Bolt for Python starter template to create a simple order confirmation app that links to a system of record—like Salesforce—in this tutorial.
88

9-
The scenario: you work for a large e-commerce company that employs many delivery workers. Those delivery workers don’t have access to a laptop when they’re on the go, but they do have access to Slack on their mobile devices. This tutorial teaches you how to create a simple Slack app that is geared towards these workers. Delivery drivers will enter order numbers on their mobile, along with some additional information about the order. That information is then sent to a channel in Slack and to a system of record. In this tutorial, Salesforce is our system of record.
10-
11-
You’ll also learn how to use the Bolt for Python starter app template and modify it to fit your needs. Note that this app is meant to be used for educational purposes and has not been tested rigorously enough to be used in production.
9+
The scenario: you work for a large e-commerce company that employs many delivery workers. Those delivery workers don’t have access to a laptop when they’re on the go, but they do have access to Slack on their mobile devices. This tutorial teaches you how to create a simple Slack app that is geared towards these workers. Delivery drivers will enter order numbers on their mobile, along with some additional information about the order. That information is then sent to a channel in Slack and to a system of record. In this tutorial, Salesforce is our system of record..
1210

1311
</Column>
1412
<Column>
1513
![Image of delivery tracker app](/img/bolt-python/delivery-tracker-main.png)
1614
</Column>
1715
</Columns>
1816

17+
You’ll also learn how to use the Bolt for Python starter app template and modify it to fit your needs. Note that this app is meant to be used for educational purposes and has not been tested rigorously enough to be used in production
18+
1919

2020
## Getting started
2121

@@ -212,7 +212,7 @@ def register(app: App):
212212

213213
Test out your code by sending in a confirmation number into your channel and clicking the `Not correct` button. If the message is updated, then you’re good to go onto the next step.
214214

215-
## Handling a correct delivery ID
215+
### Handling a correct delivery ID
216216

217217
The next step is to handle the `Confirm` button. In this case, we’re going to pull up a modal instead of just a message.
218218

0 commit comments

Comments
 (0)