Actions12
Overview
This node operation creates a new contact in a specified contact book using the Missive API. It allows users to input contact details such as name, email addresses, phone numbers, websites, company, birthday, and description. This is useful for automating contact management workflows, such as adding new leads or clients to a contact book directly from other systems or triggers.
Properties
| Name | Meaning |
|---|---|
| Contact Book ID | ID of the contact book where the new contact will be stored (required) |
| Name | Name of the contact to be created |
| Emails | Comma-separated email addresses of the contact |
| Phones | Comma-separated phone numbers of the contact |
| Websites | Comma-separated websites associated with the contact |
| Company | Company name of the contact |
| Birthday | Birthday of the contact in YYYY-MM-DD format |
| Description | Description or notes about the contact |
Output
JSON
jsoncontacts- The created contact object returned by the Missive API
Dependencies
- Missive API with an API token credential
Troubleshooting
- Ensure the Contact Book ID is valid and accessible with the provided API token.
- Emails, phones, and websites must be comma-separated strings; improper formatting may cause errors.
- API token must have permissions to create contacts in the specified contact book.
- If the API returns an error, check the error message for details such as missing required fields or invalid data formats.