Skip to main content

message_new

Creates, updates, deletes, gets or lists a message_new resource.

Overview

Namemessage_new
TypeResource
Idcloudflare.cloudforce_one.message_new

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
new_by_accountexecaccount_id, request_idAdds a message to a Cloudforce One intelligence request conversation.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
account_idstringThe Cloudflare account ID.
request_idstring

Lifecycle Methods

Adds a message to a Cloudforce One intelligence request conversation.

EXEC cloudflare.cloudforce_one.message_new.new_by_account
@account_id='{{ account_id }}' --required,
@request_id='{{ request_id }}' --required
@@json=
'{
"content": "{{ content }}"
}'
;