To use Surveys API with Funnelr, obtain your API credentials in the developer console and authorize Funnelr to access your surveys data.
Funnelr uses secure OAuth-like flow and API keys to authenticate with Surveys API. Store credentials securely and rotate them regularly.
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 survey response is submitted, Funnelr uses Surveys API to publish a social post automatically.
Actions: build post content from the response, attach media if present, and publish to connected platforms.
POST /social-media-posting/:locationId/posts
locationId, content, mediaUrl, scheduledTime, postType
Trigger: An existing scheduled post needs adjustment after survey update.
Actions: update content or schedule, then re-publish.
PUT /social-media-posting/:locationId/posts/:id
locationId, id, content, scheduledTime
Trigger: Post no longer aligns with current survey insights.
Actions: delete or archive the post from all platforms.
DELETE /social-media-posting/:locationId/posts/:id
locationId, id
Automate social posts without writing code using prebuilt connectors.
Speed up campaigns by reusing survey data to drive posts.
Keep data in sync across Funnelr workflows and social channels.
A quick glossary to help you design and automate with Funnels and Surveys API. Learn the core terms and how they fit together.
An interface that lets apps communicate securely and reliably.
A specific URL and HTTP method used to perform an action in an API.
The process of proving identity to access protected APIs.
The data sent with a request or returned in a response, typically JSON.
Turn completed surveys into timely social posts to celebrate milestones and share insights.
Aggregate weekly results and publish a recap to keep followers engaged.
Use survey responses to trigger campaign-specific social prompts.
Generate an API key for Funnels and authorize Surveys API access.
Map each endpoint to a Funnelr workflow and define triggers.
Run tests in a staging environment and monitor results before going live.
No coding is required thanks to the no code connectors between Funnelr and Surveys API. Use the UI to map triggers and actions. If you need custom logic, you can still extend with simple scripts or webhooks to handle advanced scenarios.
For basic posting you typically use endpoints 1 and 3 to create and delete posts. You can tailor triggers to publish posts when new survey responses come in or when milestones are reached. This setup minimizes coding while delivering results.
Yes, you can update posts via PUT. You can edit the content and reschedule as needed to reflect new survey insights or campaign changes.
Data is transmitted over HTTPS with token based authentication. Store keys in a secure vault and rotate them regularly to reduce risk.
If a post fails, check the API response code and message, then retry. Funnelr provides error logs to help you diagnose and fix issues quickly.
Yes, scheduling is supported through the scheduledTime field. Set times in your preferred timezone via the UI or API.
API keys can be found in your account settings under API credentials. Keep keys secret and rotate them as part of regular security hygiene.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers