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

[Bug]: Support for expiring Webhooks #850

Open
lsj9383 opened this issue Aug 25, 2024 · 1 comment
Open

[Bug]: Support for expiring Webhooks #850

lsj9383 opened this issue Aug 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lsj9383
Copy link

lsj9383 commented Aug 25, 2024

Bug Description

Is there an example of the mechanism of trigger hook expiration_date?

My subscribe hook tries to return a structure like {"expiration_date":"2024-08-25T16:45:32+08:00","id":"1","message":"subscribe"}, but when the time comes, Zapier does not re-request my subscribe hook to refresh the callback address.

Reproduction Steps

  1. i have a trigger hook subscribe interface, and return "expiration_date" field
  2. but when the time comes, Zapier does not re-request my subscribe hook to refresh the callback address.

Zapier Platform version

  • CLI version: 15.11.1 * Node.js version: v20.16.0 * OS info: darwin-arm64 * zapier-platform-core dependency: 15.11.1

Node.js version

v20.16.0

Your Operating System

No response

npm/yarn version

No response

App ID

No response

More Details

No response

@lsj9383 lsj9383 added the bug Something isn't working label Aug 25, 2024
@kreddlear
Copy link
Contributor

Hi @lsj9383 ! Sorry to hear you're having trouble there. Returning an ISO8601 expiration_date field from your subscribe method should indeed prompt the platform to re-subscribe, as described in the docs here: https://platform.zapier.com/build/cli-hook-trigger#prerequisites.

To troubleshoot why this is not working for you, can you write into our Platform Support team to request that they take a look at your integration and help dig into that? They're better positioned to debug specific integrations and logs. You can write to them here: https://developer.zapier.com/contact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants