Skip to content

Commit

Permalink
feat(integrations): add retry header (#2917)
Browse files Browse the repository at this point in the history
## Describe your changes
As seen in the docs:

![image](https://github.com/user-attachments/assets/97675643-73fd-42ff-935d-395c01b40d87)


## Issue ticket number and link

## Checklist before requesting a review (skip if just adding/editing
APIs & templates)
- [ ] I added tests, otherwise the reason is: 
- [ ] I added observability, otherwise the reason is:
- [ ] I added analytics, otherwise the reason is:
  • Loading branch information
khaliqgant authored Oct 30, 2024
1 parent 4ae6ce0 commit 234e59a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2663,6 +2663,8 @@ gorgias:
grant_type: refresh_token
proxy:
base_url: https://${connectionConfig.subdomain}.gorgias.com
retry:
after: 'Retry-after'
docs: https://docs.nango.dev/integrations/all/gorgias
connection_config:
subdomain:
Expand Down

0 comments on commit 234e59a

Please sign in to comment.