Skip to content

Commit

Permalink
Merge pull request #687 from zapier/callbackurl_detail
Browse files Browse the repository at this point in the history
SUPPORTENG-444_callbackurl_detail
  • Loading branch information
marinahand authored Aug 3, 2023
2 parents 1cea9b0 + 25a80cd commit b89d8e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3114,6 +3114,8 @@ <h3 id="zgeneratecallbackurl"><code>z.generateCallbackUrl()</code></h3>
<div class="col-md-5 col-sm-12 col-height docs-primary">
<blockquote>
<p>The app will have a maximum of 30 days to <code>POST</code> to the callback URL. If a user deletes or modifies the Zap or Task in the meantime, we will not resume the task.</p>
</blockquote><blockquote>
<p><code>performResume</code> will only run when the Zap runs live, and cannot be tested in the Zap Editor when configuring the Zap. It is possible to use <code>bundle.meta.isLoadingSample</code> to load a fixed sample to allow users to test a step that includes <code>performResume</code>. </p>
</blockquote>
</div>
<div class="col-md-7 col-sm-12 col-height is-empty docs-code">
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/README-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,8 @@ const performResume = async (z, bundle) => {

> The app will have a maximum of 30 days to `POST` to the callback URL. If a user deletes or modifies the Zap or Task in the meantime, we will not resume the task.
> `performResume` will only run when the Zap runs live, and cannot be tested in the Zap Editor when configuring the Zap. It is possible to use `bundle.meta.isLoadingSample` to load a fixed sample to allow users to test a step that includes `performResume`.

## Bundle Object

Expand Down
2 changes: 2 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1881,6 +1881,8 @@ const performResume = async (z, bundle) => {

> The app will have a maximum of 30 days to `POST` to the callback URL. If a user deletes or modifies the Zap or Task in the meantime, we will not resume the task.
> `performResume` will only run when the Zap runs live, and cannot be tested in the Zap Editor when configuring the Zap. It is possible to use `bundle.meta.isLoadingSample` to load a fixed sample to allow users to test a step that includes `performResume`.

## Bundle Object

Expand Down
2 changes: 2 additions & 0 deletions packages/cli/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3114,6 +3114,8 @@ <h3 id="zgeneratecallbackurl"><code>z.generateCallbackUrl()</code></h3>
<div class="col-md-5 col-sm-12 col-height docs-primary">
<blockquote>
<p>The app will have a maximum of 30 days to <code>POST</code> to the callback URL. If a user deletes or modifies the Zap or Task in the meantime, we will not resume the task.</p>
</blockquote><blockquote>
<p><code>performResume</code> will only run when the Zap runs live, and cannot be tested in the Zap Editor when configuring the Zap. It is possible to use <code>bundle.meta.isLoadingSample</code> to load a fixed sample to allow users to test a step that includes <code>performResume</code>. </p>
</blockquote>
</div>
<div class="col-md-7 col-sm-12 col-height is-empty docs-code">
Expand Down

0 comments on commit b89d8e2

Please sign in to comment.