Actions24
Overview
This node interacts with the CigoTracker API to create a new job. It allows users to specify customer details such as first name, last name, delivery address, phone number, and delivery date. Additionally, it provides an option to skip the staging area and create the job directly. This node is useful for automating job creation workflows in delivery or logistics systems, enabling seamless integration with CigoTracker for managing delivery jobs.
Use Case Examples
- Automatically create a delivery job in CigoTracker when a new order is received in an e-commerce platform.
- Create a job with customer details and delivery date directly from a CRM system to streamline dispatch operations.
Properties
| Name | Meaning |
|---|---|
| Skip Staging | Whether to skip the staging area and create the job directly |
| First Name | Customer first name (required) |
| Last Name | Customer last name (optional) |
| Address | Delivery address (required) |
| Phone Number | Phone number associated with the job (required) |
| Date | Delivery date in YYYY-MM-DD format (required) |
Output
JSON
skip_staging- Indicates if the job was created by skipping the staging areafirst_name- Customer's first namelast_name- Customer's last name (optional)address- Delivery addressphone_number- Phone number associated with the jobdate- Delivery date in ISO 8601 format (YYYY-MM-DD)
Dependencies
- CigoTracker API
Troubleshooting
- Ensure all required fields (First Name, Address, Phone Number, Date) are provided; missing required fields will cause errors.
- Date must be in a valid date format; invalid dates may cause the API request to fail.
- API authentication credentials must be correctly configured; authentication errors will prevent job creation.
- If the 'Skip Staging' option is set incorrectly, the job may not be created as expected.
Links
- CigoTracker API Documentation - Create Job - Official API documentation for creating jobs in CigoTracker.