Create Copper task when a new event is added to Google Calendar
This action will create a new task in your Copper account from the details you provide.
Developer info
- API endpoint slug
- copper.create_a_task
- Filter code method
- Copper.createATask.skip(string?: reason)
- Runtime method
- runAction("copper.create_a_task", {})
Action fields
Name Text input > Title
- Label
- Name
- Helper text
- A short description of the task (for example, 'Call new lead to qualify').
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- Copper.createATask.setName(string: name)
Due date Text input > ISO 8601 date and time
- Label
- Due date
- Helper text
- The date the task is due.
- Slug
- due_date
- Required
- false
- Can have default value
- true
- Filter code method
- Copper.createATask.setDueDate(string: due_date)
Details Text input > Long text
- Label
- Details
- Helper text
- Optional notes or details about the task.
- Slug
- details
- Required
- false
- Can have default value
- true
- Filter code method
- Copper.createATask.setDetails(string: details)
