{
"input": {
"postName": "Grand Opening Event",
"locationIds": [
"{locationId}"
],
"postType": "EVENT",
"postSites": [
"GOOGLE"
],
"postMessage": [
{
"site": "GOOGLE",
"message": "Join us for our grand opening!"
}
],
"postContextInfo": {
"title": "Grand Opening Event",
"startDay": "2026-04-15",
"startTime": "10:00",
"endDay": "2026-04-15",
"endTime": "18:00"
}
}
}curl --location --request POST 'https://api.synup.com/api/v4/posts' \
--header 'Authorization: API Todsfdxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"postName": "Grand Opening Event",
"locationIds": [
"{locationId}"
],
"postType": "EVENT",
"postSites": [
"GOOGLE"
],
"postMessage": [
{
"site": "GOOGLE",
"message": "Join us for our grand opening!"
}
],
"postContextInfo": {
"title": "Grand Opening Event",
"startDay": "2026-04-15",
"startTime": "10:00",
"endDay": "2026-04-15",
"endTime": "18:00"
}
}
}'{}