Contacts

Create and update contacts with links and labels

Create or update contact

post

Create a new contact or update an existing contact. The contact is identified by email address. This endpoint is primarily intended for use with an external CRM or tool. For example, you can use this to annotate contacts in Jelly with links to internal account tools, subscription pages and so on.

Authorizations
AuthorizationstringRequired

API token authentication. Include your token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

To get an API token:

  1. Go to your team settings in Jelly
  2. Navigate to "API Tokens"
  3. Create a new token and save it securely
Body
emailstring · emailRequired

Contact email address (case-insensitive)

Example: [email protected]
namestringOptional

Contact name

Example: John Doe
Responses
chevron-right
200

Contact updated successfully

application/json
post
/contacts

Last updated