replyToThread mutation. The call to this mutation will be successful if:
- the last message in the thread is an email from the customer OR
- the thread was just created with
createThread
cannot_reply_to_thread and a message indicating why.
Using the
replyToThread mutation is the recommended way to create a simple auto-responder with
Plain. To do it, you should subscribe to the
thread.thread_created event and use use this mutation
whenever you get this event.- Typescript SDK
- GraphQL
Only one permission is needed:
thread:reply
result.data is:
