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
- 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)
- 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)
- Label
- Email
- Helper text
- Email for contact
- Slug
- email
- Required
- true
- Can have default value
- true
- Filter code method
- Relatel.createContact.setEmail(string: email)