Create An Activity
This endpoint creates an activity or task within a collection.
Description
This API endpoint facilitates the creation of an activity or task within a specified collection. The activity can be associated with a collection record and is defined by various parameters provided in the request body.
Body
Specifies the type of icon associated with the activity. Possible values include ‘emoji’, ‘interaction’, ‘messaging_app’, etc.
Defines the specific value of the icon based on the iconType.
- For ‘emoji’, provide any emoji.
- For ‘interaction’, valid values include ‘call’, ‘meeting’, ‘message’, ‘coffee’, ‘lunch’, ‘event’, ‘drink’, etc.
- For ‘messaging_app’, valid values include ‘whatsapp’, ‘twitter’, ‘linkedin’, ‘hangout’, ‘skype’, ‘slack’, ‘imessage’, ‘facebook_messenger’, ‘signal’, ‘discord’, ‘wechat’, ‘telegram’, ‘viber’, etc.
The name or title of the activity.
Specifies the scheduled time for the activity in the format “YYYY-MM-DDTHH:mm:ss.SSSZ”.
A description providing additional details about the activity.
The ID of the collection record associated with the activity.
The ID of the status attribute indicating the current status of the activity.
Response
Indicates the success or failure of the activity creation. In this case, true signifies a successful operation.
Provides a human-readable message accompanying the response. In this instance, it confirms the successful creation of the activity with the message “Record created successfully!”
The unique identifier for the created activity.
An object containing details of the created activity.