Skip to content

Instantly share code, notes, and snippets.

View Fenytestver's full-sized avatar
💫
Just building stuff

Gabor Fenytestver

💫
Just building stuff
View GitHub Profile
@Fenytestver
Fenytestver / twilio.json
Created July 4, 2018 13:22 — forked from sidwarkd/twilio.json
Particle Webhook Config File Template for Twilio Integration
{
"eventName": "[EVENT TO LISTEN FOR]",
"url": "https://api.twilio.com/2010-04-01/Accounts/[ACCOUNT SID]/Messages",
"requestType": "POST",
"auth": {
"username": "[ACCOUNT SID]",
"password": "[AUTH TOKEN]"
},
"form": {
"From" : "[YOUR TWILIO NUMBER]",