Automate Reddit
Explore Plans
Mobile menu Close menu
PipedrivePipedrive

Create deal

This action will create a new deal.

About this action

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 action will create a new deal.
API endpoint slug
pipedrive.create_deal
Filter code method
Pipedrive.createDeal.skip(string?: reason)
Runtime method
runAction("pipedrive.create_deal", {})

Action fields

Pipeline and stage ids Nested dropdown list

Label
Which pipeline and stage?
Slug
pipeline_and_stage_ids
Required
false
Can have default value
false

Organization ID Text input > Path to a folder

Label
Which organization?
Helper text
Enter the ID of an organization to link this deal to, or leave blank to skip.
Slug
organization_id
Required
false
Can have default value
true
Filter code method
Pipedrive.createDeal.setOrganizationId(string: organizationId)

Title Text input > Path to a folder

Label
Deal Title:
Helper text
Enter a name for the deal.
Slug
title
Required
true
Can have default value
true
Filter code method
Pipedrive.createDeal.setTitle(string: title)

Value Text input > Path to a folder

Label
Deal Value:
Helper text
Enter a value for the deal, or leave blank to skip.
Slug
value
Required
false
Can have default value
true
Filter code method
Pipedrive.createDeal.setValue(string: value)

Person ID Text input > Path to a folder

Label
Person ID:
Helper text
Enter the ID of a person to link this deal to, or leave blank to skip.
Slug
person_id
Required
false
Can have default value
true
Filter code method
Pipedrive.createDeal.setPersonId(string: personId)