Automate Orbit
HumDay reads Orbit’s own published API description and derives 33 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 Orbit is
Please see the complete Orbit API documentation at [https://api.orbit.love/](https://api.orbit.love/).
API host: app.orbit.love
What HumDay can do in Orbit
15 documented operations change something in Orbit.
- POSTCreate a webhook
/{workspace_slug}/webhooks - POSTCreate a Custom or a Content activity for a new or existing member
/{workspace_slug}/activities - POSTCreate or update a member
/{workspace_slug}/members - DELETEDelete a webhook
/{workspace_slug}/webhooks/{id} - PUTUpdate a webhook
/{workspace_slug}/webhooks/{id} - POSTCreate a note
/{workspace_slug}/members/{member_slug}/notes - POSTCreate a Custom or a Content activity for a member
/{workspace_slug}/members/{member_slug}/activities - POSTAdd identity to a member
/{workspace_slug}/members/{member_slug}/identities - DELETEDelete a member
/{workspace_slug}/members/{member_slug} - PUTUpdate a member
/{workspace_slug}/members/{member_slug} - PUTUpdate an organization
/{workspace_slug}/organizations/{organization_id} - DELETEDelete a post activity
/{workspace_slug}/members/{member_slug}/activities/{id} - DELETERemove identity from a member
/{workspace_slug}/members/{member_slug}/identities - PUTUpdate a note
/{workspace_slug}/members/{member_slug}/notes/{id} - PUTUpdate a custom activity for a member
/{workspace_slug}/members/{member_slug}/activities/{id}
What HumDay can read from Orbit
These are the operations a schedule or a trigger can watch.
- GETGet info about the current user
/user - GETGet all workspaces for the current user
/workspaces - GETList members in a workspace
/{workspace_slug}/members - GETList webhooks in a workspace
/{workspace_slug}/webhooks - GETList activities for a workspace
/{workspace_slug}/activities - GETList organizations in a workspace
/{workspace_slug}/organizations - GETList all activity types for a workspace
/{workspace_slug}/activity_types - GETGet a webhook
/{workspace_slug}/webhooks/{id} - GETGet a workspace stats
/{workspace_slug}/reports - GETGet a workspace
/workspaces/{workspace_slug} - GETList activities for a member
/{workspace_slug}/members/{member_slug}/activities - GETFind a member by an identity
/{workspace_slug}/members/find - GETList members in an organization
/{workspace_slug}/organizations/{organization_id}/members - GETList member activities in an organization
/{workspace_slug}/organizations/{organization_id}/activities - GETGet an activity in the workspace
/{workspace_slug}/activities/{id} - GETGet a member
/{workspace_slug}/members/{member_slug} - GETGet an organization
/{workspace_slug}/organizations/{organization_id} - GETGet the member's notes
/{workspace_slug}/members/{member_slug}/notes
How automating Orbit 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 Orbit account.
- Grant access, then go live. You approve the specific Orbit operations it may use — and only those.
Automate Orbit with these
- Zendesk636 operations
- Drchrono263 operations
- Pipedrive196 operations
- SalesLoft Platform118 operations
- Intercom108 operations
- Attio90 operations
- Journy Developer documentation15 operations
- HubSpot Contacts13 operations
- HubSpot Companies12 operations
- HubSpot Deals12 operations
- HubSpot Tickets12 operations
- Roaring CompanyAPI11 operations
Categories
Questions about Orbit automation
- Can HumDay connect to Orbit?
- Yes. HumDay reads Orbit's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 33 operations are documented.
- Do I need to write code to automate Orbit?
- 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 Orbit account.
- What can HumDay do in Orbit?
- 15 of the 33 documented operations change something in Orbit, and 18 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Orbit 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 Orbit is held behind that approval.
Where this came from
The operations above are read from a published API description for Orbit at app.orbit.love/api-docs/v1/swagger.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.