Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
addons:webhooks:start [2019-02-11 09:21] Filip Arenbo created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Lime CRM Webhook Add-on ====== | ||
- | Gives Webhook functionality to Lime CRM. Webhooks makes it possible to create an subscription from an external system to events in Lime CRM. You can subscribe to '' | ||
- | |||
- | You set up an subscription by posting a subscription request | ||
- | |||
- | < | ||
- | { | ||
- | " | ||
- | " | ||
- | } | ||
- | </ | ||
- | ===== Install ===== | ||
- | |||
- | <code bash> | ||
- | $ limeplug install lime-plug-webhooks | ||
- | </ | ||
- | |||
- | or add it to your solutions '' | ||
- | ===== Endpoints ===== | ||
- | |||
- | The endpoints are available under | ||
- | |||
- | Base url is '' | ||
- | |||
- | ==== List available subscriptions ==== | ||
- | |||
- | '' | ||
- | |||
- | ==== List current subscriptions ==== | ||
- | |||
- | '' | ||
- | |||
- | ==== Create a subscription ==== | ||
- | |||
- | '' | ||
- | |||
- | request body: | ||
- | |||
- | < | ||
- | { | ||
- | " | ||
- | " | ||
- | } | ||
- | </ | ||
- | ==== Updates a subscription ==== | ||
- | |||
- | '' | ||
- | |||
- | request body: | ||
- | |||
- | < | ||
- | { | ||
- | " | ||
- | " | ||
- | } | ||
- | </ | ||
- | ==== Shows a subscription ==== | ||
- | |||
- | '' | ||
- | |||
- | response body: | ||
- | |||
- | < | ||
- | { | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | } | ||
- | </ | ||
- | ==== Deletes a subscription ==== | ||
- | |||
- | '' |