@pipedream/fillout
Version:
Pipedream Fillout Components
69 lines • 1.94 kB
JavaScript
export default {
"formId": "m5q5df45apus",
"formName": "Form Name",
"submission": {
"submissionId": "abc",
"submissionTime": "2024-05-16T23:20:05.324Z",
"lastUpdatedAt": "2024-05-16T23:20:05.324Z",
"questions": [
{
"id": "abcdef",
"name": "What's your name?",
"type": "ShortAnswer",
"value": "Timmy"
},
],
"calculations": [
{
"id": "calculation1",
"name": "price",
"type": "number",
"value": "12.50"
}
],
"urlParameters": [
{
"id": "email",
"name": "email",
"value": "example@example.com",
}
],
"quiz": {
"score": 5,
"maxScore": 10
},
"scheduling": [
{
"id": "nLJtxBJgPA",
"name": "30 min meeting",
"value": {
"fullName": "John Smith",
"email": "john@smith.com",
"timezone": "Europe/London",
"eventStartTime": "2024-05-20T09:00:00.000Z",
"eventEndTime": "2024-05-20T09:30:00.000Z",
"eventId": "du5ckkaeacd5dlj16d7ajepp8g",
"eventUrl": "https://www.google.com/calendar/event?eid=ZHU1Y2trYWVhY2Q1ZGxqMTZkN2FqZXBwOGcgYXJjaGllQGZpbGxvdXQuY29t&authuser=john%40smith.com"
}
}
],
"payments": [
{
"id": "cLJtxCKgdL",
"name": "Complete checkout",
"value": {
"stripeCustomerId": "cus_Ppjz3Z80000000",
"stripeCustomerUrl": "https://dashboard.stripe.com/customers/cus_Ppjz3Z80000000",
"stripePaymentUrl": "https://dashboard.stripe.com/payments/pi_3PRF2cFMP2ckdpfG0s0ZdJqf",
"totalAmount": 1000,
"currency": "USD",
"email": "john@doe.com",
"discountCode": "10OFF",
"status": "succeeded",
"paymentId": "pi_3PRF2cFMP2ckdpfG0s0ZdJqf",
"stripeSubscriptionId": "sub_Ppjz3Z80000000"
}
}
],
}
}