Automate Pendo Feedback
HumDay reads Pendo Feedback’s own published API description and derives 31 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Pendo Feedback is
## Who is this for? This documentation is for developers creating their own integration with [Feedback's](https://www.pendo.io/product/feedback/) API. If you are doing a standard integration, there's a really easy [Javascript integration](https://help.receptive.io/hc/en-us/articles/209221969-How-to-integrate-Receptive-with-your-app) that you should know about before you go to the effort of buildin
API host: api.feedback.eu.pendo.io
What HumDay can do in Pendo Feedback
17 documented operations change something in Pendo Feedback.
- POSTInvite an EndUser (customer)
/users/invite_end_user - POSTPing to create or update an EndUser and Account in one call
/users - POSTInvite a VendorUser (Team member)
/users/invite_vendor_user - POSTCreate or update a team member by their externalid
/vendor_users - DELETEDelete a User
/users/{id} - PUTUpdate a User
/users/{id} - POSTupdate specified votes for a User
/votes - DELETEDelete custom User tags
/users/{id}/tags - POSTOverwrite current custom User tags with the given tags
/users/{id}/tags - POSTSubscribe to webhooks
/hooks - POSTUnsubscribe from webhooks
/hooks/unsubscribe - DELETEDelete an Account
/accounts/{id} - PUTUpdate an Account
/accounts/{id} - DELETEDelete custom Account tags
/accounts/{id}/tags - POSTOverwrite current custom Account tags with the given tags
/accounts/{id}/tags - DELETEDelete custom Feature tags
/features/{id}/tags - POSTOverwrite current custom Feature tags with the given tags
/features/{id}/tags
What HumDay can read from Pendo Feedback
These are the operations a schedule or a trigger can watch.
- GETFind a User with a query
/users/search - GETfetch User records
/users - GETfetch Comment records
/comments - GETGet a User record
/users/{id} - GETSearch features
/search - GETQuery accounts
/accounts - GETQuery features
/features - GETGet custom User tags
/users/{id}/tags - GETHealth check for API
/health-check/ping - GETGet an Account
/accounts/{id} - GETGet a Feature by ID
/features/{id} - GETGet custom Account tags
/accounts/{id}/tags - GETGet custom Feature tags
/features/{id}/tags - GETRead votes
/votes
How automating Pendo Feedback works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Pendo Feedback account.
- Grant access, then go live. You approve the specific Pendo Feedback operations it may use — and only those.
Popular Pendo Feedback integrations
Connect Pendo Feedback to the tools people pair it with most.
- Pendo Feedback and OData for namespace microsoft.graphintegration
- Pendo Feedback and Cloudflareintegration
- Pendo Feedback and NetBoxintegration
- Pendo Feedback and GitHubintegration
- Pendo Feedback and Mistintegration
- Pendo Feedback and Loket.nlintegration
- Pendo Feedback and Atlassian The Jira Cloud platformintegration
- Pendo Feedback and Magento B2Bintegration
- Pendo Feedback and Stripeintegration
- Pendo Feedback and Zuora Reference Billingintegration
- Pendo Feedback and bunqintegration
- Pendo Feedback and DocuSignintegration
Automate Pendo Feedback with these
- Magento B2B455 operations
- Klaviyo345 operations
- Agco ATS AGCO277 operations
- BeezUP Merchant210 operations
- Rebilly184 operations
- reverb163 operations
- Jumpseller142 operations
- Swagger API2Cart141 operations
- Just Eat UK97 operations
- Billbee75 operations
- Velopayments Velo Payments75 operations
- Apigee Marketcheck71 operations
Categories
Questions about Pendo Feedback automation
- Can HumDay connect to Pendo Feedback?
- Yes. HumDay reads Pendo Feedback's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 31 operations are documented.
- Do I need to write code to automate Pendo Feedback?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Pendo Feedback account.
- What can HumDay do in Pendo Feedback?
- 17 of the 31 documented operations change something in Pendo Feedback, and 14 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Pendo Feedback account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Pendo Feedback is held behind that approval.
Where this came from
The operations above are read from a published API description for Pendo Feedback at apidoc.receptive.io/receptive.swagger.json. Descriptions are the provider’s own words, not ours. Last published 2021-06-30.