Fix zapier (#3688)

* Fix zapier testing

* Fix zapier create action

* Add timezone to dates
This commit is contained in:
martmull
2024-02-01 15:19:42 +01:00
committed by GitHub
parent 8abd5be4b5
commit 68e65e9526
6 changed files with 25 additions and 7 deletions

View File

@ -52,12 +52,10 @@ export default {
sample: {
id: 'f75f6b2e-9442-4c72-aa95-47d8e5ec8cb3',
createdAt: '2023-10-19T07:37:25.306Z',
workspaceId: 'c8b070fc-c969-4ca5-837a-e7c3735734d2',
},
outputFields: [
{ key: 'id', label: 'ID' },
{ key: 'createdAt', label: 'Created At' },
{ key: 'workspaceId', label: 'Workspace ID' },
],
},
};