About this trigger
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This Trigger fires every time you create a new project on Harvest.
- API endpoint slug
- harvest.project_created
Trigger fields
No fields for this trigger
Ingredients
NameName of the Project.
- Slug
- name
- Filter code
- Harvest.projectCreated.Name
- Type
- String
- Example
- Design Corporate Website
CodeProject Code.
- Slug
- code
- Filter code
- Harvest.projectCreated.Code
- Type
- String
- Example
- CORPWEB
URLURL for the Project.
- Slug
- url
- Filter code
- Harvest.projectCreated.URL
- Type
- String
- Example
- https://youraccount.harvestapp.com/projects/1
Created atDate and time when the project was created.
- Slug
- created_at
- Filter code
- Harvest.projectCreated.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00