Hanzo AI
OpenapiProvider

Create reactions

Adds an emoji reaction: POST /v1/provider/slack/reactions.

POST /v1/provider/slack/reactions

Addresshttps://api.hanzo.ai/v1/provider/slack/reactions
MethodPOST
Operationpost_provider_slack_reactions
AuthAuthorization: Bearer $HANZO_API_KEY

Adds an emoji reaction: POST /v1/provider/slack/reactions.

Request

3 fields, body application/json (required).

FieldInTypeRequiredDescription
channelbodystringChannel is a Slack channel ID, name (#hanzo-gtm), or channel mention.
namebodystringName is the emoji's name WITHOUT colons — "eyes", not ":eyes:".
tsbodystringTS is the exact timestamp of the message to react to.

Response

StatusBodyMeaning
200provider.slackReactOutok
defaultproblem-detailsrefused

200 body — 3 fields.

FieldInTypeAlwaysDescription
channelbodystringChannel is the resolved channel ID the message sits in.
namebodystringName is the emoji that was added, without colons.
tsbodystringTS is the reacted-to message's exact Slack timestamp.

Failure carries the platform error shape — see Errors.

Examples

hanzo provider slack reactions

Provider API · All Hanzo APIs · Interactive reference

How is this guide?

On this page