Create a Deel timesheet intake
Use “Create a Deel timesheet intake” in Recued. Verifies the target contract and creates one documented timesheet entry. Creation needs the dependency write grant and remains approval-gated; auto-approval is forced off.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (11 steps)
contract_id_value
trim
Trim whitespace from setting contract id
has_contract_id
compare
Check if contract id value has data
description_value
trim
Trim whitespace from setting description
has_description
compare
Check if description value has data
date_submitted_value
trim
Trim whitespace from setting date submitted
has_date_submitted
compare
Check if date submitted value has data
quantity_positive
compare
Check if setting quantity is greater than 0
ready
all
Check if all conditions are true
contract
?
skip: step.ready not_equal true
create
?
skip: step.ready not_equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
deel
setting
=
quantity
setting
=
[object Object]
group key
setting
=
[object Object]
contract id
setting
=
[object Object]
description
setting
=
[object Object]
date submitted
setting
=
[object Object]
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.