v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
accounts

Create a new activity for an account

The {id} parameter accepts either:

Internal account ID (UUID format)

External ID (any string format)

Rate limit: 20 requests per minute

post/accounts/{id}/activities

Path parameters

idstring required

The ID or external ID of the account to create the activity for.

Request body

body_htmlstring

Optional HTML content to display in the activity.

contact_idstring

Optional contact ID of the actor of the activity.

happened_atstring

Timestamp (RFC3339) of when the activity happened. Defaults to the current time if empty.

linkstring

Optional link to add to the activity.

link_textstring

Optional link text to display on the activity. Defaults to "Open link" if not provided. Applies only if a link is provided.

slugstring required

The slug of the activity to create.

user_idstring

Optional user ID of the actor of the activity.

Response

request_idstring