Push customer created

customer was created or updated

POST
/api/push/customer-created

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

customer*

Customer information

timeOfOrigin*string

ISO formatted creation time of the event, that caused this webhook to be sent

Formatdate-time
timeOfIssue*string

ISO formatted time, in which this webhook was sent

Formatdate-time
customerPersonalInfo*

Response Body

application/json

curl -X POST "https://oasis-api.public.sandbox.oasis.aifi.com/api/push/customer-created" \  -H "Content-Type: application/json" \  -d '{    "customer": {      "externalId": "string",      "metadata": {        "arbitraryKey": "arbitraryValue"      },      "id": "string",      "role": "customer"    },    "timeOfOrigin": "2019-08-24T14:15:22Z",    "timeOfIssue": "2019-08-24T14:15:22Z",    "customerPersonalInfo": {      "email": "user@example.com",      "firstName": "string",      "lastName": "string",      "phone": "string",      "phoneNumber": "string"    }  }'
"string"

How is this guide?

AiFI AI Chat

Beta

Powered by AiFi

Ask docs or API questions to get grounded answers.