Sprinklr Publish Message

Publishes a reply message to a Sprinklr channel, for example on Instagram. Use it to send an automated response on social channels.

What it does

  • Posts the message content to the specified Sprinklr channel.
  • Can reply in-thread when an In Reply To Message ID is provided.
  • Returns whether the message was published.

Notes

  • Campaign ID is typically stored as a global variable in the flow.

Inputs

NameTypeDescription
Account IDStringAccount ID from Sprinklr Data Object payload
Message ContentStringContent of the message to be published
Campaign IDStringCampaign ID for the message. It is always the same. Should be stored in a Global Variable
In Reply To Message IDStringMessage ID to reply to
Channel TypeStringType of the channel (e.g., INSTAGRAM)
Sender Channel IDStringID of the channel to publish the message ( found in payload under sender/channel_id )

Outputs

NameTypeDescription
SuccessBooleanReturns true if publishing worked
PublishedBooleanReturns true if the message was published

Notes

API reference