Close menu
Explore Plans
Mobile menu Close menu
Apollo

Create a contact

This action will create a new contact in your Apollo account.

Developer info

API endpoint slug
apollo.create_contact
Filter code method
Apollo.createContact.skip(string?: reason)
Runtime method
runAction("apollo.create_contact", {})

Action fields

Email Text input > Other

Label
Email address
Helper text
The contact's email address.
Slug
email
Required
true
Can have default value
true
Filter code method
Apollo.createContact.setEmail(string: email)

First name Text input > Other

Label
First name
Helper text
The contact's first name.
Slug
first_name
Required
false
Can have default value
true
Filter code method
Apollo.createContact.setFirstName(string: first_name)

Last name Text input > Other

Label
Last name
Helper text
The contact's last name.
Slug
last_name
Required
false
Can have default value
true
Filter code method
Apollo.createContact.setLastName(string: last_name)

Organization name Text input > Other

Label
Company name
Helper text
The name of the contact's employer.
Slug
organization_name
Required
false
Can have default value
true
Filter code method
Apollo.createContact.setOrganizationName(string: organization_name)

Title Text input > Other

Label
Job title
Helper text
The contact's job title.
Slug
title
Required
false
Can have default value
true
Filter code method
Apollo.createContact.setTitle(string: title)