App
Connect Porsline to any API
Porsline is an Online Survey Software dedicated to help companies of all sizes doing effective market research, customer experience, and employee surveys. We help companies cut their costs and get more by real-time decision making.
What your agent can do with Porsline
Triggers and actions 8 actions
- ActionAdd folder
Create a new folder to organize surveys. POST /api/folders/
- ActionAdd notification
Create a new notification for a survey. POST /api/v2/surveys/{survey_id}/notifications/
- ActionAdd question
Create a new question on a survey. POST /api/v2/surveys/{survey_id}/questions/
- ActionDelete folder
Delete a folder. DELETE /api/folders/{folder_id}/
- ActionDelete survey
Delete a survey. DELETE /api/v2/surveys/{survey_id}/
- ActionUpdate folder
Partially update an existing folder. PATCH /api/folders/{folder_id}/
- ActionUpdate notification
Partially update a survey notification. PATCH /api/v2/surveys/{survey_id}/notifications/{pk}/
- ActionUpdate question
Partially update an existing survey question. PATCH /api/v2/surveys/{survey_id}/questions/{id}/
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Porsline API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.