AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
RelatelRelatel

Create Contact

create a new contact

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
create a new contact
API endpoint slug
relatel.create_contact
Filter code method
Relatel.createContact.skip(string?: reason)
Runtime method
runAction("relatel.create_contact", {})

Action fields

Name Text input > Other

Label
Name
Helper text
Name of the contact
Slug
name
Required
true
Can have default value
true
Filter code method
Relatel.createContact.setName(string: name)

Number Text input > Other

Label
Number
Helper text
Phone number for contact
Slug
number
Required
true
Can have default value
true
Filter code method
Relatel.createContact.setNumber(string: number)

Email Text input > Other

Label
Email
Helper text
Email for contact
Slug
email
Required
true
Can have default value
true
Filter code method
Relatel.createContact.setEmail(string: email)