Overview
Connect MotionTools with Flows360
Digitize processes, boost efficiency and excite users with MotionTools, the operating system for fleet-based service providers.
Use the MotionTools connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 2 actions and 5 triggers.
Available actions
- Create 1-stop Booking
- Create 2-stop Booking
Available triggers
- Booking Created
- Booking Status Update
- Booking Stop Status Update
- Package Created
- Package Status Update
The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.
Technical guide
Technical reference
Package identity
- Connector: MotionTools
- Package:
@activepieces/piece-motiontools@0.1.7 - Exact artifact digest:
sha256:41dac96205fb259241a1dd351d4bbdc1ed30bbcb7f5cd7f369fcbd59497cc99e - Runtime: Activepieces-compatible deterministic worker
- Source: the exact reviewed Activepieces source
Authentication
SECRET TEXT. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.
Action contracts
- Create 1-stop Booking (
create1stopBooking), Create a hailing booking (1-stop). Classification: read. - Create 2-stop Booking (
create2stopBooking), Create a hailing booking with two stops (pickup + dropoff). Classification: read.
Trigger contracts
- Booking Created, webhook.
- Booking Status Update, webhook.
- Booking Stop Status Update, webhook.
- Package Created, webhook.
- Package Status Update, webhook.
Verification
Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.
Capability summary
Authentication
Authentication method: custom
Authentication profiles
connection · custom
- Motiontools API Key Required · protected credential
Supported objects
| Object | Read | Write | Notes |
|---|---|---|---|
| Create 1-stop Booking | Yes | No | Create a hailing booking (1-stop). |
| Create 2-stop Booking | Yes | No | Create a hailing booking with two stops (pickup + dropoff). |
| Booking Created | Yes | No | webhook trigger declared by the pinned package. |
| Booking Status Update | Yes | No | webhook trigger declared by the pinned package. |
| Booking Stop Status Update | Yes | No | webhook trigger declared by the pinned package. |
| Package Created | Yes | No | webhook trigger declared by the pinned package. |
| Package Status Update | Yes | No | webhook trigger declared by the pinned package. |
Supported actions
Create 1-stop Booking · Read
Create a hailing booking (1-stop).
create1stop_booking · Risk: low · Retry: safe
Inputs
scheduled_at· string · Optional, Scheduled datetime (ISO 8601) for the booking (optional)payment_method· string · Required, Payment method (e.g. cash, card)stop_type· string · Optional, Type of stop (e.g. pickup, dropoff)stop_lat· number · Optional, Latitude for the stop (optional)stop_lng· number · Optional, Longitude for the stop (optional)stop_street· string · Optional, Street name for the stop (optional)stop_number· string · Optional, Street number for the stop (optional)stop_city· string · Optional, City for the stop (optional)stop_country· string · Optional, Country for the stop (optional)stop_zip_code· string · Optional, Postal code for the stop (optional)stop_additional_line· string · Optional, Additional address line for the stop (optional)stop_location_name· string · Optional, Location name for the stop (optional)stop_first_name· string · Optional, Contact's first name at the stop (optional)stop_last_name· string · Optional, Contact's last name at the stop (optional)stop_phone_number· string · Optional, Contact's phone number (optional)stop_email· string · Optional, Contact's email (optional)
Create 2-stop Booking · Read
Create a hailing booking with two stops (pickup + dropoff).
create2stop_booking · Risk: low · Retry: safe
Inputs
scheduled_at· string · Optional, Scheduled datetime (ISO 8601) for the booking (optional)payment_method· string · Required, Payment method (e.g. cash, card)additional_information· string · Optional, Any extra notes for the booking (optional)metadata· object · Optional, Additional metadata for the booking (optional)stop1_type· string · Optionalstop1_metadata· object · Optionalstop1_lat· number · Optionalstop1_lng· number · Optionalstop1_street· string · Optionalstop1_number· string · Optionalstop1_city· string · Optionalstop1_country· string · Optionalstop1_zip_code· string · Optionalstop1_additional_line· string · Optionalstop1_location_name· string · Optionalstop1_first_name· string · Optionalstop1_last_name· string · Optionalstop1_phone_number· string · Optionalstop1_email· string · Optionalstop2_type· string · Optionalstop2_metadata· object · Optionalstop2_lat· number · Optionalstop2_lng· number · Optionalstop2_street· string · Optionalstop2_number· string · Optionalstop2_city· string · Optionalstop2_country· string · Optionalstop2_zip_code· string · Optionalstop2_additional_line· string · Optionalstop2_location_name· string · Optionalstop2_first_name· string · Optionalstop2_last_name· string · Optionalstop2_phone_number· string · Optionalstop2_email· string · Optional
Triggers
Booking Created · Webhook
Triggers when a new booking is created. Only available if you have a MotionToolsadmin account
Inputs
instructions· string
Booking Status Update · Webhook
Triggers when a booking status is updated. Only available if you have a MotionToolsadmin account
Inputs
instructions· string
Booking Stop Status Update · Webhook
Inputs
instructions· string
Package Created · Webhook
Triggers when a package is created
Inputs
instructions· string
Package Status Update · Webhook
Inputs
instructions· string
Setup
Setup
- Add the MotionTools connector to the workflow in the target Flows360 Studio instance.
- Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
- Provide the connection fields declared by the pinned package:
- No provider credential fields are declared by the pinned package.
- Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
- Test the workflow in the appropriate environment before enabling production scheduling or event delivery.
Limitations
Limitations and operational notes
- This content describes
@activepieces/piece-motiontools@0.1.7; provider behaviour can change independently and should be revalidated when the provider or connector version changes. - Only the 2 actions and 5 triggers declared by this pinned package are represented here.
- Tenant credentials and connection values are not stored in the public connector record.
- Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
- Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.
Troubleshooting
Why canu2019t the connector authenticate?
Check the tenant connection in Studio and confirm every required MotionTools connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.
Why is an action or trigger unavailable?
Confirm that the workflow is using @activepieces/piece-motiontools@0.1.7 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.
What should I check after a provider-side change?
Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.