PipedreamHQ/pipedream

[TRIGGER] Support Webhook Triggers for Square

Open

#5.771 aberto em 17 de mar. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (5.305 forks)batch import
enhancementgood first issuehelp wantedtracked internallytriagedtrigger / source

Métricas do repositório

Stars
 (7.438 stars)
Métricas de merge de PR
 (Mesclagem média 9d 7h) (131 fundiu PRs em 30d)

Description

We'll need to create an apphook to support webhook-based triggers for Square.

Because webhook subscriptions are owned by the application and not any one seller, you cannot use OAuth access tokens with the Webhook Subscriptions API. You must use the application's personal access token.

https://developer.squareup.com/docs/webhooks/webhook-subscriptions-api

Guia do colaborador