question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create event trigger from API with environment based webhook

See original GitHub issue

Hello, 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:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
marcopegcommented, Apr 18, 2020

@tirumaraiselvan here it goes, it’s minimal contribution but I hope it will help others. As always, keep it up with the incredible job!

0reactions
marcopegcommented, Apr 21, 2020

Thank you guys 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found