Cannot find the API to submit a survey response to surveymonkey - api

I need to submit a survey response from my own mobile app. The user will be shown a survey to fill for which i can pull the survey questions and answer choices using the get_survey_details api call but how do I submit the response to survey monkey? I dont see a submit_survey type api call anywhere. I this API is available on certain plan I can arrange for that plan but I just need to know before I pay for a plan and later find that I cannot submit response from my mobile app.
I looked here: https://developer.surveymonkey.com/api_console
And in the documentation: https://developer.surveymonkey.com/mashery/requests_responses
P.S. I'm planning to use the platinum plan as it allows me to send custom variables to the survey which I will use later for analytics.

If you haven't seen it already, API V3 is released. See the docs on responses: https://developer.surveymonkey.com/api/v3/#survey-responses

Nigel is correct. API V2 does not provide way to submit responses. A new version of the API is in the works, and will provide additional functionality. Updates will be posted at https://developer.surveymonkey.com/.

My client has specified an app that has their Survey Monkey surveys embedded so that app users (Members) can be notified of new surveys and answer surveys all within their iOS or Android app.
As I look at the problem, I need API methods to be able to:
View the surveys available to Members and their completion status
Get the questions from the Survey and present them for entry
Submit the answers entered from the Survey
Will this functionality be available in API V3? What is the timeframe for this new API? The app has other means of notifying the users, so potentially we can do that in the interim and direct them to web pages to complete the survey, but ultimately we want it all within the app.

Related

API for sending closed captions to a Microsoft Teams meeting

Since August 25, 2021, Microsoft Teams has support for CART captioners to send text (captions) to the meeting. This is great!
See https://learn.microsoft.com/en-us/officeupdates/teams-admin
On this page
https://support.microsoft.com/en-us/office/use-live-captions-in-a-teams-meeting-4be2d304-f675-4b57-8347-cbd000a21260 is described how to obtain the CART caption link, to which my software need to connect.
But this is where the information ends. I cannot find the (Graph?) (REST?) API how to make this work.
I have searched the API reference https://learn.microsoft.com/en-us/javascript/api/overview/msteams-client?view=msteams-client-js-latest as well as SDK sources on GitHub. Nothing about CART or captions!
I hope someone can point to me to the documentation on how to feed Closed Captions to a MS Teams meeting... some Sample code is even better ;-)
Thanks
We have discussed with engineering team and get to know that GET API development is in-progress. There will never be a POST API for it.
We do not have exact ETA to share for now.
There is a CART API endpoint that you can use to push captions to Teams. This is the same URL that you get when you enable CART in the meeting options for your meeting . The details are available on the Teams Meeting Apps API reference page.

How to integrate Qualtrics surveys into my android application?

I have an android application that I would like to get feedback from users. I found Qualtrics to be a great service to do this. I have never implemented any survey's with in my applications. I would like a pop up at the end of the application to ask the user if he/she would like to take the survey.
Is there any tutorials on using Qualtrics web services or examples?
You don't really need a web service. A Qualtrics survey is just a web link so just open the survey link in Chrome. You can pass parameters from the app to the survey in the url. Just define the parameter names in the Qualtrics survey flow and they will be included in the response data.

I'm trying to use Instagram API

I'm using default Instagram API, but when I try to fetch comments on posts, I'm getting a response with data empty, even when I know that there are comments on the post.
https://www.instagram.com/developer/endpoints/comments/
So when I tried to report it, it told me to migrate to Instagram Graph API. I searched, its look it's for personal use for business, I was building a raffle website helper, randomly pick a winner from a comment, and this broke my project.
Edit 1
So I'm confused because when I access Instagram Developer website says to gonna to new Instagram Graph API, but here, I got a message that it's just for business accounts, but I already have registered my app with "facebook login" like the links you have sent to me
See demo what I'm building: https://youtu.be/DmVN5t0dRaY
The problem: https://imgur.com/a/YHC5lZE
This is deprecated by Instagram. It's not really telling you to use the Graph API, it's saying that this is the way they are going and the Graph API is intended for business that want to maintain their own page and interact more successfully with Instagram users.
Instagram still offers an endpoint
GET /users/self/media/recent
That should suit your needs.

Can we use the Existing Actions Cards which are already there in kaizala app?

Can we use the Existing Actions Cards which are already there in kaizala app or we have to create our own custom card? If so, then please help me to create custom action to fetch data and send data using API to app using Kaizala existing actions?
You can use available out-of-the-box Kaizala Actions. They include:
Announcement - make key announcements or share updates
Job - assign jobs to people and track completion status
Let's Meet - invite people to meetings and confirm their availability status
Live Location - request live location and help people find their way
Photo with Location - share a picture with your current location
Quick Poll - ask a question and get people’s opinion
Request Location - request people to share their location
Share Location - share your location with others
Submit Bill - submit your bills and expenses
Survey - ask a series of questions and get people's opinions
Checklist - create to-do lists and capture everyone’s status
If these Actions do not suffice your requirements, you can also build custom Kaizala Actions for your needs. However, development of custom Actions is under preview mode and we are testing it out with our limited partners/customers. If you want to try out development of custom Actions, please feel free to reach out to kaizalaDev#microsoft.com
We will help you out with your requirements of fetching data through API within custom Actions, once you reach out. However we have publicly available REST APIs to let your systems integrate with Kaizala.

Integrate Podio to send a notification to a HipChat room when a new item is created in an app

I would like to understand how I can send a notification to HipChat when a new record / item is inserted into a Podio app.
I can see that if I pay more money that additional options are made available via the workflows Podio provides utilising Globiflow, but with a large number of users this isn't possible for us.
I have then looked into the Hooks that a Podio app provides, but because this is auto-validated I don't see how I can use this with HipChat.
Does anyone have any experience of this and integrating Podio with HipChat to post a new notification into a HipChat room?
I have used the free trial at Zapier, and got it working, but would ideally like to avoid yet another solution.
Podio doesn't provide direct integration with HipChat, so you will have to use something else as communication layer between Podio and HipChat. It could be your own service that will receive webhooks from Podio and post messages to HipChat. Or it could be some other solution that will do something very similar.
From what I've seen so far, Zapier looks like it'll do what I need. Shame I have to pay though for one 'simple' connector task.