Skip to content

Salesflare

Salesflare is a CRM software designed to help small businesses and startups manage their customer relationships efficiently.

Categories: crm

Type: salesflare/v1


Connections

Version: 1

Bearer Token

Properties

NameLabelTypeControl TypeDescriptionRequired
tokenTokenSTRINGTEXTtrue

Actions

Create Account

Name: createAccount

Creates new account.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemAccount{STRING(name), STRING(website), STRING(description), STRING(email), STRING(phone_number), [STRING](social_profiles)}OBJECT_BUILDERtrue

Create Contacts

Name: createContacts

Creates new contacts.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemsContacts[{STRING(email), STRING(firstname), STRING(lastname), STRING(phone_number), STRING(mobile_phone_number), STRING(home_phone_number), STRING(fax_number), [STRING](social_profiles)}]ARRAY_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
body[{INTEGER(id)}]ARRAY_BUILDER

Create Tasks

Name: createTasks

Creates new tasks.

Properties

NameLabelTypeControl TypeDescriptionRequired
__itemsTasks[{STRING(description), DATE(reminder_date)}]ARRAY_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
body[{INTEGER(id)}]ARRAY_BUILDER

Triggers