Messaging

receive

View as MarkdownOpen in Claude

Accept the inbound message without sending a reply. receive is a no-op step — it acknowledges the inbound message and does nothing else.

Properties

receive
objectRequired

An empty object. receive takes no parameters.

Example

1version: 1.0.0
2sections:
3 main:
4 - receive: {}