Update Twilio and SendGrid Trigger and Action Configs
parent
f02d6fe36c
commit
60f8a7c6a2
@ -1,7 +1,7 @@
|
|||||||
# Twilio Trigger
|
# Twilio Trigger
|
||||||
- When someone sends an SMS message to the Twilio number, trigger the action
|
- When someone sends an SMS message to the Twilio number, trigger the action
|
||||||
|
|
||||||
### Trigger Configs:
|
## Trigger Configs:
|
||||||
- Choose an app: Twilio
|
- Choose an app: Twilio
|
||||||
- Trigger event: Receive an SMS
|
- Trigger event: Receive an SMS
|
||||||
- Choose connection: enter Twilio SID and Auth Token
|
- Choose connection: enter Twilio SID and Auth Token
|
||||||
@ -25,10 +25,20 @@ NumSegments:"1"
|
|||||||
# SendGrid Action
|
# SendGrid Action
|
||||||
- Send an email to Courtney Hurt or whoever when Twilio Trigger occurs
|
- Send an email to Courtney Hurt or whoever when Twilio Trigger occurs
|
||||||
|
|
||||||
### Action Configs:
|
## Action Configs:
|
||||||
- Choose an app: SMTP
|
### Choose an app & event:
|
||||||
|
- SMTP
|
||||||
- Action event: Send an email
|
- Action event: Send an email
|
||||||
- Choose connection: apikey
|
- Continue
|
||||||
|
### Choose connection --> Add new connection
|
||||||
|
- Host `smtp.sendgrid.net`
|
||||||
|
- Email/Username: `apikey`
|
||||||
|
- password: `<SENDGRID API KEY>`
|
||||||
|
- Use TLS? `Yes`
|
||||||
|
- Port: `587`
|
||||||
|
- From email: `kyle@sprinklersnorthwest.com` (Landry's sample email from SendGrid)
|
||||||
|
- Submit
|
||||||
|
### Set up action:
|
||||||
- From name: TWILIO SMS FORWARDING SERVICE
|
- From name: TWILIO SMS FORWARDING SERVICE
|
||||||
- From email: kyle@sprinklersnorthwest.com (Landry's sample email from SendGrid)
|
- From email: kyle@sprinklersnorthwest.com (Landry's sample email from SendGrid)
|
||||||
- Reply to: doesn't do anything, left blank and not required
|
- Reply to: doesn't do anything, left blank and not required
|
||||||
@ -50,6 +60,8 @@ Message: Automatisch test
|
|||||||
Twilio SMS ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
Twilio SMS ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
|
|
||||||
```
|
```
|
||||||
|
- Continue
|
||||||
|
### Test action
|
||||||
- Select Test and continue. This will create an API post request to SendGrid, should return this kind of response:
|
- Select Test and continue. This will create an API post request to SendGrid, should return this kind of response:
|
||||||
```
|
```
|
||||||
accepted: [] 2 items
|
accepted: [] 2 items
|
||||||
|
Loading…
x
Reference in New Issue
Block a user