curl --location --request POST 'https://api.conexteo.com/messages/rcs/card?resumeBefore=true' \
--header 'X-APP-ID: <api-key>' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": "123456789-client",
"scheduleAt": "2019-08-24T14:15:22Z",
"shorturl": {
"mode": "unique",
"url": "https://www.google.com/"
},
"contactlist": [
1,
2
],
"fallback": {
"content": "Hello World",
"sender": "SENDER"
},
"card": {
"title": "string",
"description": "string",
"media_message_url": "https://app.conexteo.com/assets/images/logo_cercle_600x600.png",
"choices": [
{
"type": "text",
"text": "Bonjour, comment ça va ?"
},
{
"type": "location",
"title": "Voir la localisation",
"label": "Mon bureau",
"latitude": 48.8566,
"longitude": 2.3522
}
]
}
}'