Skip to content

Salesflare

Reference


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

Categories: [crm]

Version: 1


Connections

Version: 1

Bearer Token

Properties

NameTypeControl TypeDescription
TokenSTRINGTEXT

Triggers


Actions

Create Account

Creates new account.

Properties

NameTypeControl TypeDescription
Account{STRING(name), STRING(website), STRING(description), STRING(email), STRING(phone_number), [STRING](social_profiles)}OBJECT_BUILDER

Create Contacts

Creates new contacts.

Properties

NameTypeControl TypeDescription
Contacts[{STRING(email), STRING(firstname), STRING(lastname), STRING(phone_number), STRING(mobile_phone_number), STRING(home_phone_number), STRING(fax_number), [STRING](social_profiles)}]ARRAY_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
[{INTEGER(id)}]ARRAY_BUILDER

Create Tasks

Creates new tasks.

Properties

NameTypeControl TypeDescription
Tasks[{STRING(description), DATE(reminder_date)}]ARRAY_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
[{INTEGER(id)}]ARRAY_BUILDER