Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Zapier service integration #435

Open
rgalanakis opened this issue Jan 7, 2024 · 1 comment
Open

Add a Zapier service integration #435

rgalanakis opened this issue Jan 7, 2024 · 1 comment
Labels
integration New API integration/replicator.
Milestone

Comments

@rgalanakis
Copy link
Contributor

rgalanakis commented Jan 7, 2024

https://zapier.com/help/create/code-webhooks/send-webhooks-in-zaps

We should require a Whdb-Secret header to validate the webhook.

No denormalized columns, just put it into data.

Migrated from webhookdb-api#435. Opened by @rgalanakis

Opened at: 2022-08-02T05:24:55Z

@rgalanakis rgalanakis added this to the Marketplaces milestone Jan 7, 2024
@rgalanakis rgalanakis added the integration New API integration/replicator. label Jan 7, 2024
@rgalanakis
Copy link
Contributor Author

Need to think through what we want here.
I started building an integration, which I think would be neat to proxy on webhooks from other services, but will need some real use cases. Like, we could forward Google Forms changes to a generic 'blob' integration, where we can't have a service send arbitrary webhooks. We can use some API token authentication there, so we can bypass the 'webhook verification'- then we don't need the customer to set up custom secrets for every webhook they set up, just set up auth once for the integration.
We will probably need some way to pass along the 'external id' of the blob, too, so updates can be done, not just inserts.

Original Comment by @rgalanakis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration New API integration/replicator.
Projects
None yet
Development

No branches or pull requests

1 participant