Webhook | Method | Purpose |
Get Customer π | GET | This webhook is triggered to retrieve a customer's profile details. It will be triggered when Deliverect needs to fetch a customer's information, including their unique loyalty customer ID and other relevant profile data. |
Create Customer π | POST | This webhook is triggered to create or update a customer profile. |
Retrieve Customer
Deliverect will call this endpoint to retrieve customer details via the corresponding identifier: phone number, email, or provider Id.β
β οΈ In case the customer does not exist on your platform, ensure the endpoint returns an HTTP 404 Not Found response.β
Create Customer
Deliverect will call this endpoint to create a customer in the loyalty provider's platform.
β οΈ If the customer already exists on your platform, return an HTTP 409 response.
