Create event trigger from API with environment based webhook
See original GitHub issueHello, I can’t figure out how to setup a trigger toward a webhook defined by an environment variable using the API:
{
type: 'create_event_trigger',
args: {
name: 'foobar',
table: {
schema: 'public',
name: 'app_settings',
},
webhook: 'SHOULD_BE_ENV',
update: {
columns: '*',
payload: '*',
},
},
}
Can you help?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Creating an event trigger | Hasura GraphQL Docs
Event triggers can be created using the Hasura Console, Hasura CLI, or Metadata APIs. Currently, support for event triggers exists for Postgres and...
Read more >Event-Based Triggers - CloudBees Documentation
Event -based triggers provide the ability to automatically run pipelines and releases based on external events, supporting continuous integration models.
Read more >Create an event-trigger and webhook in 60 seconds - YouTube
The Hasura console makes it extremely easy for you to specify a new event - trigger and then link it to a webhook....
Read more >Setting up webhooks to trigger event notifications - Replicon
Accessing the webhooks API · Adding a webhook subscription · Using the secret key to confirm authenticity of a post · Updating a...
Read more >Automate builds in response to webhook events - Google Cloud
With webhook triggers, you can define an inline build configuration file rather than specify a source when creating your trigger. The inline build...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@tirumaraiselvan here it goes, it’s minimal contribution but I hope it will help others. As always, keep it up with the incredible job!
Thank you guys 😃