Skip to content

Commit

Permalink
Add intro on readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burutofoz committed Nov 12, 2024
1 parent 03732d8 commit 6a06824
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
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)

0 comments on commit 6a06824

Please sign in to comment.