Use OAuth 2.0 tokens and a secure API key to authorize requests from Textedly to the Surveys API. Ensure the token has the socialplanner/post.write scope.
Textedly authenticates with its API key or OAuth token. Combine with the Surveys API credentials to enable cross service posts.
POST /social-media-posting/:locationId/posts; PUT /social-media-posting/:locationId/posts/:id; DELETE /social-media-posting/:locationId/posts/:id; PATCH /social-media-posting/:locationId/posts/:id
Trigger when a new post is created in Surveys API to publish in Textedly.
Actions: POST to the Textedly posting endpoint to create a new social post; include content and platform details.
Method: POST; Path: /social-media-posting/:locationId/posts
Key fields: locationId, content, schedule_time, platform_choices
Trigger: changes to a scheduled post in Surveys API should update an existing Textedly post.
Actions: PUT /social-media-posting/:locationId/posts/:id to update; or PATCH to modify fields
Method: PUT or PATCH; Path: /social-media-posting/:locationId/posts/:id
Key fields: id, locationId, content
Trigger: a post is obsolete or canceled in Surveys API
Actions: DELETE /social-media-posting/:locationId/posts/:id
Method: DELETE; Path: /social-media-posting/:locationId/posts/:id
Key fields: id, locationId
No-code automation to post content automatically from Surveys API into Textedly
Fast setup with prebuilt workflows and webhooks
Unified analytics of post performance in one place
Key elements include API endpoints, authentication, data mapping, and triggers that connect Surveys API with Textedly; processes outline how to post, update, and manage content.
An API endpoint is a specific URL that performs a defined action in an API.
A webhook is an HTTP callback triggered by events to notify another service.
OAuth 2.0 is an authorization framework for obtaining access tokens to call APIs securely.
Post scheduling lets you set times for when posts go live across platforms.
Automatically publish posts in Textedly when a survey yields a new response summary.
Send weekly performance reports to Slack or Teams via webhook.
Prompt followers for content ideas and auto post curated responses.
Collect API keys or OAuth tokens from both Surveys API and Textedly.
Map locationId and content fields to Textedly post fields and set up triggers.
Run tests in a staging environment and monitor results before going live.
No coding is required for this integration. Textedly and the Surveys API provide no code connectors that let you automate posts with triggers. If you are comfortable with basic API concepts, you can customize fields and schedules. For most users, the built-in mappings cover common post content and platforms.
The integration uses the scopes and tokens described in authorization sections. Typically you will need the socialplanner/post.write scope and corresponding API keys or OAuth tokens. Keep credentials secure and rotate them regularly.
Yes. You can configure to publish to multiple platforms by including platform_choices in the post payload. Textedly will route content to the selected channels.
Use a sandbox or test environment provided by both services. Validate responses, test field mappings, and verify that posts appear as expected before going live.
The primary mappings are locationId, content, schedule_time, and platform selections. Additional custom fields can be mapped as needed.
Use the posting endpoints and response payloads to track status. Build simple dashboards or use webhooks to receive event updates.
API endpoints are documented in the integration guides for both Textedly and the Surveys API. Start with the core endpoints for creating, updating, and deleting posts.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers