Skip to main content
POST
/
api
/
Integrations
/
AskNicely
Connect AskNicely Integration.
curl --request POST \
  --url https://api.example.com/api/Integrations/AskNicely \
  --header 'Content-Type: application/json' \
  --data '
{
  "subdomain": "<string>",
  "apiKey": "<string>",
  "sendDelay": "<string>"
}
'

Body

application/json
subdomain
string | null
apiKey
string | null
sendDelay
string | null

Response

200

OK