Client Setup

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

Header

FieldDescription
Content-Typeapplication/json

Request example

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 that's 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