Client Setup

This template will be triggered when a new child client is setup with replica configuration from a program manager client.

https://<customerHost:Port>/webhook

Headers:

FieldDescription
Content-Typeapplication/json

Example Request:

curl --location --request POST 'https://<customerHost:Port>/webhook' \
-H 'content-type: application/json' \
-d '{
    "clientHashId": "b1cb53e3-6a1b-4b58-a10d-5a79c5967cef",
    "newClientHashId": "308a4d01-8549-4cbb-b83f-05cd768d606f",
    "newClientName": "OnboardingNewClientTest",
    "template": "CARD_CLIENT_SETUP_WEBHOOK"
}'

Request Body:

FieldsDescriptionType
clientHashIdThis field contains the clientHashId of the program manager or parent client which is being cloned.UUID
newClientHashIdThis field contains the clientHashId of the newly created child or cloned client.UUID
newClientNameThis field contains the name of the newly created child or cloned client.String
templateThe value for this field is CARD_CLIENT_SETUP_WEBHOOK.String