This template is triggered when a new child client is set up with a replica configuration from a program manager client.
https://<customerHost:Port>/webhook
Field | Description |
---|
Content-Type | application/json |
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"
}'
Fields | Description | Type |
---|
clientHashId | This field contains the clientHashId of the program manager or parent client that's being cloned. | UUID |
newClientHashId | This field contains the clientHashId of the newly created child or cloned client. | UUID |
newClientName | This field contains the name of the newly created child or cloned client. | String |
template | The value for this field is CARD_CLIENT_SETUP_WEBHOOK . | String |