Skip to content

Commit

Permalink
Update messaging index page
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvagni committed Nov 20, 2023
1 parent 5aa4ee5 commit e7d468c
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions docs/api-reference/graphql/messaging.mdx
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
---
title: 'Messaging'
sidebarTitle: 'Overview'
description: 'We provide various methods to message your customers with the Plain API. You can use this to reach out proactively, build an autoresponder or even to handle things like waiting list access!'
---

We provide various methods to message your customers with the Plain API. You can use this to reach out proactively, build an autoresponder or even to handle things like waiting list access.

<CardGroup cols={2}>
<Card
title="Send emails"
icon="paper-plane-top"
href="/pages/graphql/messaging/send-email"
></Card>
<Card
title="Reply to emails"
icon="paper-plane-top"
href="/pages/graphql/messaging/reply-email"
></Card>
<Card title="Reply to threads" icon="reply" href="/pages/graphql/messaging/reply-email"></Card>
<Card title="Send emails" icon="paper-plane-top" href="/pages/graphql/messaging/send-email">
Send a new email in a thread ignoring previous communications.
</Card>
<Card title="Reply to emails" icon="paper-plane-top" href="/pages/graphql/messaging/reply-email">
Use this to reply to an existing inbound email in a thread.
</Card>
<Card title="Reply to thread" icon="reply" href="/pages/graphql/messaging/reply-email">
Reply to a thread automatically using the best channel.
</Card>
</CardGroup>

0 comments on commit e7d468c

Please sign in to comment.