When creating a check, you can set the type to message. In that case, only a message is sent but no link to a form is present in that message.
Method: POST
URL: https://api.flixcheck.com/user/v7/checks
Headers:
Content-Type: application/jsonX-Flixcheck-UserId: <Your User ID>X-Flixcheck-ApiKey: <Your API Key>Body:
{
"resource": {
"type": "message",
"language": "de-DE",
"sendBy": "sms",
"recipient": {
"mobile": "<Mobile>",
"gender": "<Gender>",
"firstname": "<Firstname>",
"lastname": "<Lastname>"
},
"subject": "<Subject>",
"messageSubject": "<MessageSubject>",
"message": "<Message>"
}
}
subject is the subject of the check – mostly for internal use for you to re-identify the check in your inbox.messageSubject will only be used when sendBy is set to email .Response:
{
"resource": {
"id": "xxx"
}
}
Tipp: Use the resource.id as Check ID in