Secure access is established with OAuth tokens and API keys, scoped to manage accounts, posts, and analytics.
Protect API access for Acuity Scheduling with secret keys and OAuth, and enforce least privilege for API calls.
Endpoint overview: POST /bulk-disable-saas/:companyId; snapshots.readonly; GET /snapshots; and more for accounts, CSV, and posting.
Trigger: A new appointment is created in Acuity Scheduling
Actions: Create a social post draft and attach appointment details using the Social Media API posting endpoints
POST /social-media-posting/:locationId/csv
Fields: locationId, appointmentId, postContent, scheduledTime
Trigger: Appointment updated in Acuity Scheduling
Actions: Update social post drafts and track engagement via the Social Media API
GET /social-media-posting/:locationId/csv
Fields: locationId, postId, engagement, status
Trigger: CSV import completes in Acuity Scheduling
Actions: Parse CSV and queue posts via Social Media API endpoints
POST /social-media-posting/:locationId/csv
Fields: locationId, csvId, rowCount
Automate social publishing with no custom scripts
Sync appointments to social content for consistent branding
Manage accounts, posts, and CSV workflows from a single dashboard
Key elements: endpoints, authentication, CSV workflows, posting actions, and triggers. Processes: connect, configure, publish, monitor, and iterate.
An authorization framework that lets apps access data securely on behalf of a user, using tokens with defined scopes.
A workflow that imports or exports content via CSV to automate bulk publishing and account updates.
A URL through which a service can request or send data in a defined format.
A URL that a service can call in real time to notify events.
Summarize last week’s bookings and automatically post performance highlights to social channels.
Trigger thank-you posts or updates when clients complete an appointment.
Use a CSV to queue multiple launch updates across networks.
Connect OAuth tokens and grant required scopes to allow data flow.
Link social accounts and map endpoints to data you want to publish.
Run end-to-end tests and monitor posts, adjust cadence.
Authentication is handled with OAuth 2.0 tokens and API keys, scoped to the Social Media API and Acuity Scheduling access. Tokens can be rotated and renewed with minimal downtime. Ensure your app’s redirect URI is registered and scopes align with the required access.
Posting uses the Social Media API endpoints that manage accounts and posts. You can fetch accounts, create posts, and track engagement through endpoints exposed for posting and CSV workflows.
Yes. You can import a CSV file that lists posts, schedules, and target accounts. The CSV will be parsed and queued for publishing according to your mapping and cadence rules.
No-code is possible with the provided endpoints and CSV-based workflows. You configure mappings and schedules inside a dashboard, with no custom code required.
Yes. You can schedule posts to publish after appointment events, depending on the trigger you configure. Use the CSV workflow or a post draft to schedule ahead of time.
Error logging and retry policies are built into the connector. You can see failures in the dashboard and configure retry intervals.
Supported platforms include major social networks via the Social Media API, with location-based posting features.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers