-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |