Skip to content

Commit

Permalink
style(ai)
Browse files Browse the repository at this point in the history
  • Loading branch information
x8a committed Jun 20, 2022
1 parent f4bd4be commit 3b9dbbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Read more about each of our specific notification integrations.
/>

<Callout variant="tip">
An "undefined" type errors may indicate that the attribute was not indexed recently or does not exists. To workaround this, you can try to an if else statement. For example: ` "closed_at": {{#if issueClosedAtUtc}} {{ json issueClosedAtUtc }} {{else}}"None"{{/if}} `
Undefined type errors may indicate that the attribute wasn't indexed recently or doesn't exist. To fix the error, try adding an `if else` statement. For example, ` "closed_at": {{#if issueClosedAtUtc}} {{ json issueClosedAtUtc }} {{else}}"None"{{/if}} `
</Callout>

If the webhook payload conforms to a valid JSON, you can send a test notification to your defined webhook destination.
Expand Down

0 comments on commit 3b9dbbe

Please sign in to comment.