Description

With Webhooks, you can integrate Re:plain with an external systems or services such as your CRM, ERP, e-mail or any other solutions.

To start working with Webhooks, you have to specify the URL of your handler in the Re:plain API add-on's Settings. Requests will be sent to this address when the events listed below will be performed.

Specification

Data transfer protocol

HTTP (POST)

Request format

JSON

Response format

HTTP code 200

<aside> 💡 If the handler does not return a successful response — all subsequent events from that particular client will be suspended.

</aside>

Connection timeout

10 seconds

Number of retry requests

5 attempts, once at about a minute

<aside> 💡 At the end of attempts — all current events from this particular client will be removed.

</aside>

Recommendations