New Source: Postmark #33145
Replies: 3 comments
-
thanks @benweissbehavehealth for the request! Please follow on this issue for any updates |
Beta Was this translation helpful? Give feedback.
-
Postmark Integration Vetting Webhook-based? (no/partially/yes)
if partially, mention which endpoints are webhook-based
Available authentication modes (API key/Oauth/other)
Connecting to the data source
what kind of API is it? (SOAP/GraphQL/REST/other) is there an SDK available? Can we connect with HTTP requests directly? If this is a database/datalake/pubsub source, does it have a JDBC driver or Java SDK?
Creating an account
Select one of the below options
self-service free account available? How to populate the account with data?
Available streams for sync
Please mention if any of the endpoints are asynchronous (meaning we have to make a request, wait for the server to compute a response, then make another request to obtain the result) If this is a source where the schema is dynamic/not fixed e.g: database, mention the data model of the connector i.e: relational, document-based, graph-based, etc
Do any streams support incremental sync? |
Beta Was this translation helpful? Give feedback.
-
Sandbox with data is created, credentials are saved in the LastPass with the name with name "Postmark", tested APIs with tokens for the main streams:_
Schemas: https://drive.google.com/drive/folders/1WYcGO1jU8C_ALQD8xO7Rx6ID79WgI7_8?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
Tell us about the new connector you’d like to have
Postmark - https://postmarkapp.com/developer/api/overview
Describe the context around this new connector
Why do you need this integration? How does your team intend to use the data? This helps us understand the use case.
We want to have a copy of all the data created in Postmark for the purpose of backup and archiving. This would be very similar to any other email service connector like Sendgrid.
If this is an API source connector, which entities/endpoints do you need supported?
Servers
https://postmarkapp.com/developer/api/server-api#get-server
https://postmarkapp.com/developer/api/servers-api#get-server
Messages Streams
https://postmarkapp.com/developer/api/message-streams-api#list-message-streams
https://postmarkapp.com/developer/api/message-streams-api#get-a-message-stream
Outbound Messages
https://postmarkapp.com/developer/api/messages-api#outbound-message-dump
Inbound Messages
https://postmarkapp.com/developer/api/messages-api#inbound-message-search
https://postmarkapp.com/developer/api/messages-api#inbound-message-details
Message Activity
https://postmarkapp.com/developer/api/messages-api#message-opens
https://postmarkapp.com/developer/api/messages-api#message-clicks
Webhooks
https://postmarkapp.com/developer/api/webhooks-api#list-webhooks
https://postmarkapp.com/developer/api/webhooks-api#get-a-webhook
Beta Was this translation helpful? Give feedback.
All reactions