New API endpoints: Webhook management and Pipelines
New·
Matt Bessey
Matt BesseyTwo new additions to the Payaca API this week, both aimed at making life easier for integration partners.
Webhook management
You can now create, list, update, and delete Webhooks entirely through the API. Previously, Webhooks could only be configured through the Provider App - now partners can programmatically manage their own integrations.
The new endpoints support:
- Creating Webhooks with a signing secret and event subscriptions
- Listing all Webhooks on the account
- Updating Webhook configuration, including optional secret rotation
- Deleting Webhooks that are no longer needed
Secrets are write-only - they're never returned in API responses, keeping your integrations secure.
Pipelines
A new GET /v1/pipelines endpoint returns your Pipelines with their nested Stages. This is particularly useful when creating Leads via the API, as you can now programmatically discover which Pipeline and Stage to assign them.