Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentico/xperience-zapier-common
A .NET Standard class library containing common classes and code for the Xperience Zapier integration
https://github.com/kentico/xperience-zapier-common
kentico-xperience net-standard zapier
Last synced: 6 days ago
JSON representation
A .NET Standard class library containing common classes and code for the Xperience Zapier integration
- Host: GitHub
- URL: https://github.com/kentico/xperience-zapier-common
- Owner: Kentico
- License: mit
- Created: 2020-08-26T20:19:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T03:21:13.000Z (about 1 year ago)
- Last Synced: 2024-03-26T04:01:38.521Z (11 months ago)
- Topics: kentico-xperience, net-standard, zapier
- Language: C#
- Homepage:
- Size: 18.9 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Nuget](https://img.shields.io/nuget/v/Xperience.Zapier.Common)](https://www.nuget.org/packages/Xperience.Zapier.Common)
# Zapier common code
See the [main repository](https://github.com/kentico-ericd/xperience-zapier) for detailed installation and usage instructions.
Common code for the Xperience Zapier custom module to be installed on the Xperience CMS project and optionally a .NET Core/MVC project. This package is required when the [Xperience.Zapier](https://github.com/kentico-ericd/xperience-zapier) module is installed on the CMS project to allow management of Zapier webhooks in the Xperience interface.
When installed on a .NET Core/MVC project, this code facilitates the triggering of Zapier webhooks when events are fired within the front-end application.
## Compatibility
This code was built against the Xperience 13.0.0 libraries targeting .NET Standard 2.0.
## Feedback & Contributing
Check out the [contributing](https://github.com/kentico-ericd/xperience-zapier-common/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions, and begin contributing.
## License
The repository is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).