Skip to main content
POST
Create a contact activity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

contact
integer
required

The contact ID

Body

application/json
type
enum<string>
required
Available options:
email,
meeting,
note,
phone_call,
sms,
completed_task,
volunteer_activity
note
string | null
subject
string | null
Maximum string length: 255
occurred_at
string<date-time> | null
timezone
string | null
Maximum string length: 255

Response

ContactActivityResource

id
string
required
type
string
required
source
string
required
data
string
required
resource
TransactionResource · object
required
resource_type
enum<string> | null
required
Available options:
transaction,
plan,
ticket,
message,
mail_piece,
soft_credit,
subscription_log,
null
occurred_at
string
required
created_at
string
required
updated_at
string
required
created_by
PublicUserResource · object