Google Business Integration
Connect and post to Google Business
Connect Google Business accounts to publish content through the Missinglettr API.
Connect Account
curl https://api.missinglettr-api.com/v1/workspaces/1/accounts/ \
-X POST \
-H "Authorization: Api-Key YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"platform": "google_business",
"access_token": "YOUR_ACCESS_TOKEN"
}'See the Platform Requirements page for content limits specific to Google Business.