PipedreamHQ/pipedream

[TRIGGER] Support Webhook Triggers for Square

Open

#5 771 ouverte le 17 mars 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (5 305 forks)batch import
enhancementgood first issuehelp wantedtracked internallytriagedtrigger / source

Métriques du dépôt

Stars
 (7 438 stars)
Métriques de merge PR
 (Merge moyen 9j 7h) (131 PRs mergées en 30 j)

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

Guide contributeur