-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# RESTtriggerStudio | ||
# RESTtriggerStudio | ||
|
||
This is a example on how we could call the Studio REST API to trigger action inside a Studio Flow. The example takes CSV file and runs through the columns and rows to send the message content in bulk one by one per API call. | ||
|
||
*Implementation in Python* | ||
|
||
USAGE: | ||
|
||
``` | ||
python studioRestAPITrigger.py <content.csv> <Twilio Studio Flow SID> | ||
``` | ||
|
||
SET Required Environments on your OS environment VARIABLES: | ||
|
||
TQ_TWILIO_ACCOUNT_SID (your Twilio Account SID) | ||
|
||
TQ_TWILIO_AUTH_TOKEN (your Twilio AUTH Token which could be found on your Twilio Console) |