Webhooks plugin for RISE CRM – Connect RISE with every service
Note: This is a plugin for RISE CRM.
Brief description
Webhooks plugin for RISE is a plugin that will allow to exchange realtime information between RISE CRM and every other service that supports webhooks, making possibilities and automation unlimited.
Webhooks are one way that apps can send automated messages or information to other apps. It's how Twilio routes SMS and phone calls to your number, how WooCommerce can notify you about new orders in Slack, how MailChimp signup users from your website to your newsletter, etc.
Sample RISE Webhooks with popular services
Take a look at three sample Webhook creations for popular services, which showcase Leads synchronization, below:
» How to synchronize RISE Leads with Zapier, using our plugin
» How to synchronize RISE Leads with Zapier & Slack, using our plugin
» Synchronize RISE Leads with Zapier and Google Sheets, using our plugin
Using similar steps, our plugin can be used to synchronize (or notify third party services of your choice) more supported functions, apart from Leads. Please check the supported list below.
Supported Functions
Our plugin supports the following list of RISE's CRM functions, in its current version:
- Leads ( Create )
- Contacts ( Create )
- Invoices ( Create )
- Tasks ( Create )
- Projects ( Creation from staff )
- Proposals ( Create )
- Tickets ( Create )
- Payments ( Create )
Supported Events
The following events are supported:
- Create
Supported Methods
The following methods are included in every webhook creation:
- GET
- POST
- PUT
- PATCH
- DELETE
Supported Request Headers
The following Request Headers are supported:
- Accept
- Accept-Charset
- Accept-Encoding
- Accept-Language
- Accept-Datetime
- Authorization
- Cache-Control
- Connection
- Cookie
- Content-Length
- Content-Type
- Date
- Expect
- Forwarded
- From
- Host
- If-Match
- If-Modified-Since
- If-None-Match
- If-Range
- If-Unmodified-Since
- Max-Forwards
- Origin
- Pragma
- Proxy-Authorization
- Range
- Referer
- TE
- User-Agent
- Upgrade
- Via
- Warning
- Every custom header is supported aswell!
Webhooks vs REST API
Wondering what's the difference of Webhooks, compared to a REST API?
A webhook is a lightweight API that powers one-way data sharing triggered by events, whereas an API (Application Programming Interface) enables two-way communication between software applications driven by requests.
Webhook, also called reverse API, web callback, or an HTTP push API is a way for an app to provide other applications with real-time information. It delivers data as an event happens or almost immediately and it is less resource-intensive because it saves you time on constantly polling (checking) for new data.
The main difference between them is that webhooks do not need to give a request to get a response while API demands requests to get a response. In other words, webhooks receive, while API retrieves.
Documentation
It takes only a few seconds to be installed and activated. Documentation is included, in order to ensure that you will go smooth through installing/activating process.
If you have any questions, feel free to raise a support ticket at our support area.
Guys from support department will get back to you as soon as possible with a reply. Since Webhook is an advanced programmatic technique that needs potential technology skills and understanding, please ensure that you are familiar with webhooks prior purchasing this item, as our support team will not be able to help you at customization requests/coding.
Version 1.2.0
- New Trigger for Contract Create added - New Trigger for Team member added - Ability to clone Webhook added - Update Action added for all hooks - Custom fields support added for all actions - "status change" action added for Leads - Compatibility fixes for PHP 8.2
Version 1.1.0
-Compatibility fixes for PHP 8.x -Code Improvements
Version 1.0
-Initial release