Skip to content

Instantly share code, notes, and snippets.

@nyaruka
nyaruka / start_run.json
Last active December 21, 2015 10:29
Sample POST body to start a flow run
{
"flow": 105151,
"contact": "+250788111222",
"extra": {
"wp_id": "W0915",
"wp_location": "in back of jean bosco school, near field"
}
}
@nyaruka
nyaruka / order_status.json
Last active December 21, 2015 10:28
Sample return value from a webhook.
{
"status": "Shipped",
"order": "CU001",
"name": "Ben Haggerty",
"ship_date": "October 9th",
"delivery_date": "April 3rd",
"description": "Vogue White Wall x 4"
}