Fix zapier (#2740)
* Fix zapier tests * Handle nested fields * Code review returns * Add more sample * Update trigger sample
This commit is contained in:
@ -113,7 +113,16 @@ export default {
|
|||||||
],
|
],
|
||||||
sample: {
|
sample: {
|
||||||
name: 'Apple',
|
name: 'Apple',
|
||||||
address: 'Cupertino',
|
address: 'apple.com',
|
||||||
|
domainName: 'Cupertino',
|
||||||
|
linkedinUrl__url: '/apple',
|
||||||
|
linkedinUrl__label: 'Apple',
|
||||||
|
xUrl__url: '/apple',
|
||||||
|
xUrl__label: 'Apple',
|
||||||
|
annualRecurringRevenue__amountMicros: 1000000000,
|
||||||
|
annualRecurringRevenue__currencyCode: 'USD',
|
||||||
|
idealCustomerProfile: true,
|
||||||
|
employees: 10000,
|
||||||
},
|
},
|
||||||
perform,
|
perform,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -67,6 +67,8 @@ export default {
|
|||||||
name__firstName: 'John',
|
name__firstName: 'John',
|
||||||
name__lastName: 'Doe',
|
name__lastName: 'Doe',
|
||||||
email: 'johndoe@gmail.com',
|
email: 'johndoe@gmail.com',
|
||||||
|
phone: '0390900909',
|
||||||
|
city: 'Paris',
|
||||||
},
|
},
|
||||||
perform,
|
perform,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -62,7 +62,7 @@ export default {
|
|||||||
performList,
|
performList,
|
||||||
sample: {
|
sample: {
|
||||||
id: 'f75f6b2e-9442-4c72-aa95-47d8e5ec8cb3',
|
id: 'f75f6b2e-9442-4c72-aa95-47d8e5ec8cb3',
|
||||||
createdAt: '2023-10-19 07:37:25.306',
|
createdAt: '2023-10-19T07:37:25.306Z',
|
||||||
workspaceId: 'c8b070fc-c969-4ca5-837a-e7c3735734d2',
|
workspaceId: 'c8b070fc-c969-4ca5-837a-e7c3735734d2',
|
||||||
},
|
},
|
||||||
outputFields: [
|
outputFields: [
|
||||||
|
|||||||
Reference in New Issue
Block a user