Last active
January 31, 2020 06:23
-
-
Save kyletolle/6597137 to your computer and use it in GitHub Desktop.
form.update sample event payload for Fulcrum Webhooks
This file contains hidden or 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
{ | |
id: "dfb667fb-f192-4d6d-8794-e89ece5db6ed", | |
type: "form.update", | |
owner_id: "00053caf-4b6e-4c86-88b6-64695895dffe", | |
data: { | |
name: "Intersections", | |
description: "Intersection in the city of Colorado Springs.", | |
bounding_box: null, | |
record_title_key: "94f8", | |
status_field: { }, | |
id: "295eda4a-7795-4881-9f62-085a930b356e", | |
record_count: 0, | |
created_at: "2013-09-21T19:18:55Z", | |
updated_at: "2013-09-21T19:19:41Z", | |
elements: [ | |
{ | |
type: "TextField", | |
key: "94f8", | |
label: "Name", | |
description: null, | |
required: false, | |
disabled: false, | |
hidden: false, | |
data_name: "name", | |
default_value: null, | |
visible_conditions_type: null, | |
visible_conditions: null, | |
required_conditions_type: null, | |
required_conditions: null, | |
numeric: false | |
} | |
] | |
} | |
} |
This file contains hidden or 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
{"id":"dfb667fb-f192-4d6d-8794-e89ece5db6ed","type":"form.update","owner_id":"00053caf-4b6e-4c86-88b6-64695895dffe","data":{"name":"Intersections","description":"Intersection in the city of Colorado Springs.","bounding_box":null,"record_title_key":"94f8","status_field":{},"id":"295eda4a-7795-4881-9f62-085a930b356e","record_count":0,"created_at":"2013-09-21T19:18:55Z","updated_at":"2013-09-21T19:19:41Z","elements":[{"type":"TextField","key":"94f8","label":"Name","description":null,"required":false,"disabled":false,"hidden":false,"data_name":"name","default_value":null,"visible_conditions_type":null,"visible_conditions":null,"required_conditions_type":null,"required_conditions":null,"numeric":false}]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment