curl --request POST \
--url https://prod.featherhq.com/call \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"workflowId": "<string>",
"leadId": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "jsmith@example.com",
"primaryPhone": "<string>",
"zipcode": "<string>",
"city": "<string>",
"state": "<string>"
}'
{
"status": "<string>",
"id": "<string>"
}
curl --request POST \
--url https://prod.featherhq.com/call \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"workflowId": "<string>",
"leadId": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "jsmith@example.com",
"primaryPhone": "<string>",
"zipcode": "<string>",
"city": "<string>",
"state": "<string>"
}'
{
"status": "<string>",
"id": "<string>"
}
Call inquiry created successfully
The response is of type object
.