Note: In a recent product update,
Projects were renamed to Opportunities
Campaigns were renamed to Initiatives.
However, the code for the VOMO API/Webhooks
will continue to use the terms
Projects and Campaigns.
We've created a list of the JSON payloads for the VOMO Kiosk Actions Webhooks.
Check-In Created
{
"type": "kiosk.checkin",
"organization_id": 1,
"data": {
"type": "campaign",
"campaign_id": "10000",
"campaign_name": "Test Campaign",
"description": null,
"url": "http://www.vomo.test/campaign/test-campaign-asdfasf",
"organization": "VOMO",
"organization_slug": "vomo",
"organization_id": 1,
"author_id": 12345,
"logo_url": "https://s3.amazonaws.com/awakenmycity/j2/7Z/r4-s.jpg",
"created_at": "2021-03-29T20:49:09+00:00",
"updated_at": "2021-03-29T20:49:09+00:00"
}
}
Check-Out Created
{
"type": "kiosk.checkout",
"organization_id": 1,
"data": {
"type": "campaign",
"campaign_id": "10000",
"campaign_name": "Test Campaign",
"description": null,
"url": "http://www.vomo.test/campaign/test-campaign-asdfasf",
"organization": "VOMO",
"organization_slug": "vomo",
"organization_id": 1,
"author_id": 12345,
"logo_url": "https://s3.amazonaws.com/awakenmycity/j2/7Z/r4-s.jpg",
"created_at": "2021-03-29T20:49:09+00:00",
"updated_at": "2021-03-29T20:55:15+00:00"
}
}