HOW TO EXTRACT ORDER NUMBER FROM EMAIL ORDER AND
THEN AUTOMATICALLY SEND AN EMAIL TO CONFIRM ORDER
1. Firstly you need to create your automation to extract a field from the body of an email. In my example, I’m searching for an email that has arrived with the word “order” in it.
2. Next you need to add in an “If Block”. In my example, I’m searching for emails with the word order in, that has an order number beginning with 1.
3. Finally, you need to add a send email command. In my example, I’m going to automatically send an email on to confirm that an order (with its order id) has been received.
4. If you click Message at the bottom of that screen, you can enter the wording of the email to be sent on.
(see "4 message" screenshot)
Files | ||
---|---|---|
1 extract field.png
38 KB
|
||
2 if block.png
5 KB
|
||
3 send email.png
42 KB
|
||
4 message.png
34 KB
|