Commit Graph

110 Commits

Author SHA1 Message Date
Eric Allam acf8bf038f Remove trigger-providers, trigger-integrations, and internal-integrations and replace with integrations-catalog 2023-01-30 15:58:25 +00:00
Eric Allam 3769d12bd8 Breakout shopify into it’s own package 2023-01-30 14:05:23 +00:00
Eric Allam 3759dfc434 Breakout resend into it’s own package 2023-01-30 13:52:56 +00:00
Eric Allam f9208f45a7 Breakout slack into it’s own package 2023-01-30 13:25:55 +00:00
Eric Allam 2d0e766b1a Break out github into it’s own package 2023-01-30 12:57:37 +00:00
Matt Aitken 31e7b77fe7 Improved docs and fixed switch fallthrough in example 2023-01-27 18:04:00 -08:00
Matt Aitken f5b88ce272 Deal with optional in Slack example 2023-01-27 16:46:47 -08:00
Matt Aitken 2d72c112f3 Fix for dropdown schema failure. Added nice example 2023-01-27 16:45:21 -08:00
Matt Aitken ffacc2fb6d Added a static select dropdown and lots more schema work 2023-01-27 14:58:32 -08:00
Matt Aitken 9f935cdd3b Use jsx-slack in the Slack example 2023-01-27 13:44:00 -08:00
Matt Aitken 74df0b702b Fix for example workflow when mesage is undefined 2023-01-27 12:57:50 -08:00
Eric Allam 057a13b52c Slack integration improvements
- Add ability to trigger workflows on block actions
- Add reactions
- Add ability to respond to a block action interaction
2023-01-27 15:55:55 +00:00
Eric Allam 52d21ac84d Added support for delaying delivery when sending custom events 2023-01-27 10:18:13 +00:00
Matt Aitken 543589ae32 Merge remote-tracking branch 'origin/dev' into integrations/slack-blocks 2023-01-26 14:41:11 -08:00
Eric Allam cc4f27a3cd Fetch responses can be non 2xx 2023-01-26 11:52:19 +00:00
Eric Allam e37a2001e1 Added lastRunAt to the scheduleEvent payload 2023-01-26 10:12:57 +00:00
Eric Allam e63d354144 Added isTest to the Trigger.run context param to detect when a trigger runs in from the test page 2023-01-26 09:33:04 +00:00
Eric Allam ddf42558aa Add support for webhookEvent, a manual webhook trigger 2023-01-25 15:32:52 +00:00
Eric Allam 2fd9e4fa2f Added retry options to fetch 2023-01-25 10:18:26 +00:00
Matt Aitken bce1bd1314 Example with a Slack post that looks like it’s from someone else 2023-01-24 23:33:27 -08:00
Matt Aitken 972444da16 Slack example with lots of blocks 2023-01-24 20:14:13 -08:00
Matt Aitken 042dd928d8 Merge branch 'integrations/resend' into dev 2023-01-23 22:53:58 -08:00
Eric Allam a2d11a2bf5 Added some docs for logging 2023-01-24 05:01:32 +00:00
Eric Allam dc11daced1 Finished docs for github webhooks 2023-01-24 04:47:00 +00:00
Matt Aitken 08179a086c React emails are sending 2023-01-23 16:36:25 -08:00
Matt Aitken 5dac88601f Resend is sending html emails successfully 2023-01-23 15:50:03 -08:00
Eric Allam 39b167ed1f Zod guide and better handling of Zod event parsing errors 2023-01-23 21:11:23 +00:00
Eric Allam f350fcadbc Github integration - new star webhook implemented 2023-01-21 16:33:52 -08:00
Eric Allam caae2609bd Update fetch-playground ts-config for new goodness 2023-01-21 13:55:05 -08:00
Eric Allam c69c3705c5 Feature: generic fetch requests 2023-01-21 13:53:04 -08:00
Matt Aitken 0980927cea Created a tsconfig for the examples, and got them all setup 2023-01-21 13:32:14 -08:00
Matt Aitken 111b0c76a7 Posting to Slack uses either channelId or channelName 2023-01-20 14:09:32 -08:00
James Ritchie cd5b7736cc Playground file update 2023-01-20 11:00:56 -08:00
Eric Allam d3c593cdbf Added ability to timeout triggers so they don’t run too late after the event time 2023-01-20 08:40:00 -08:00
Matt Aitken 81f26d4ec3 Slack example delay reduced to 5 seconds 2023-01-19 16:46:21 -08:00
Matt Aitken f8ad30b975 Added GitHub commitComments webhook 2023-01-19 15:03:24 -08:00
Matt Aitken f92c3d75bb Added GitHub pushes and pull request reviews 2023-01-19 14:39:14 -08:00
Eric Allam 5075df9068 Feature: Enable/Disable & Archive/Unarchive workflows 2023-01-19 13:36:43 -08:00
Matt Aitken e60d8198cd Added GitHub Pull Request review comments 2023-01-19 10:30:07 -08:00
Matt Aitken ef3ce5dbc2 Added GitHub Pull Request webhook support 2023-01-19 09:46:13 -08:00
Matt Aitken f9eabe3dfb Added GitHub issue commented webhook 2023-01-18 20:11:20 -08:00
Matt Aitken f8cb4926d1 All GitHub issue webhooks now work 2023-01-18 20:11:20 -08:00
Eric Allam 7f2654884a Added some logging messages to the client, and disabled them by default 2023-01-18 18:25:52 -08:00
Eric Allam 0faa7d5efc Implement sendEvent in the SDK, that can work outside runs 2023-01-16 09:46:31 -08:00
Eric Allam c0c3724b72 Added schedule to slack example 2023-01-16 09:17:13 -08:00
Eric Allam 8b7b8a81ce Feature: scheduled triggers 2023-01-15 12:58:16 -08:00
James Ritchie 6db5b1178e Added images to the getting started docs and copy tweaks
Compressed all our docs images
2023-01-15 11:11:59 -08:00
James Ritchie 5a96418194 Added new workflow to playground 2023-01-14 20:28:46 -08:00
Matt Aitken bdd2dc3145 Shopify getProduct function 2023-01-14 20:25:31 -08:00
Eric Allam 7c91518f05 Switch back to local 2023-01-13 10:54:00 +00:00