Automate Contribly
HumDay reads Contribly’s own published API description and derives 44 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 HumDay can do in Contribly
17 documented operations change something in Contribly.
- POSTCreate a new tag
/tags - POSTCreate a form
/forms - POSTSubmit a new media file
/media - POSTCreate a new tag set
/tagsets - POSTCreate a new assignment
/assignments - POSTCreate a new contribution
/contributions - POSTVerify token and return details of the owning user
/verify - POSTSubmit a response to a form
/form-responses - DELETEDelete this form and all of it's responses.
/forms/{id} - DELETEDelete a subscription.
/subscriptions/{id} - POSTExport contributions.
/export - POSTExport contributions preflight summary.
/export-summary - POSTAllows a user to mark a contribution as liked
/contributions/{id}/like - DELETEDelete this assignment and all of it's contributions
/assignments/{id} - DELETEDelete this contribution
/contributions/{id} - POSTRaise a flag against this contribution
/contributions/{id}/flag - POSTPerform a moderation action on this contribution
/contributions/{id}/moderate
What HumDay can read from Contribly
These are the operations a schedule or a trigger can watch.
- GETList users
/users - GETList forms
/forms - GETList the credentials associated with the authenticated user.
/credentials - GETList subscriptions for the authorised user.
/subscriptions - GETList form responses
/form-responses - GETRetrieve a single user by id
/users/{id} - GETList tags
/tags - GETList tag sets
/tagsets - GETList assignments
/assignments - GETEvent types
/event-types - GETList contributions
/contributions - GETSubscription types
/subscription-types - GETList users who have liked this contributions
/contributions/{id}/likes - GETList contribution refinement options
/contribution-refinements - GETList valid contribution refinement types
/contribution-refinement-types - GETGet a single form by id
/forms/{id} - GETGet a single form response by id
/form-responses/{id} - GETRetrieve a users linked profile by type
/users/{id}/linked/{type} - GETScopes
/scopes - GETRecent changes
/change-log - GETArtifact formats
/artifact-formats - GETRetrieve a single tag by id
/tags/{id} - GETGet a single export job; poll to follow export progress.
/exports/{id} - GETRetrieve a single tag set by id
/tagsets/{id} - GETGet a single assigment by id
/assignments/{id} - GETGet a single contribution by id
/contributions/{id} - GETRead preview
/notifications/contributions/{id}/preview
How automating Contribly 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 Contribly account.
- Grant access, then go live. You approve the specific Contribly operations it may use — and only those.
Automate Contribly with these
- Discord242 operations
- CPY PeerTube185 operations
- Mastodon Specification (https //github.com/mastodon/mastodon)127 operations
- spoonacular99 operations
- Discourse Documentation84 operations
- Twitter80 operations
- Trashnothing trash nothing76 operations
- Clubhouseapi Clubhouse41 operations
- Semantria41 operations
- DEV Forem40 operations
- Medium32 operations
- Instagram24 operations
Categories
Questions about Contribly automation
- Can HumDay connect to Contribly?
- Yes. HumDay reads Contribly's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 44 operations are documented.
- Do I need to write code to automate Contribly?
- 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 Contribly account.
- What can HumDay do in Contribly?
- 17 of the 44 documented operations change something in Contribly, and 27 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Contribly 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 Contribly is held behind that approval.
Where this came from
The operations above are read from a published API description for Contribly at api.contribly.com/1/swagger.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.