Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SendGrid Suppression Group ID or Custom Unsubscribe URL #136

Open
efuller opened this issue May 31, 2024 · 0 comments
Open

SendGrid Suppression Group ID or Custom Unsubscribe URL #136

efuller opened this issue May 31, 2024 · 0 comments
Labels
enhancement New feature or request php Requires understanding PHP

Comments

@efuller
Copy link
Contributor

efuller commented May 31, 2024

Description

When using the SendGrid email provider, they require either a suppression_group_id field or a custom_unsubscribe_url field to be sent in the request body

We should make this configurable on the SendGrid settings page and then add in the logic to allow the code to send the correct information to the API.

Use Case

When a user integrates SendGrid as their email provider, they should be able to configure a Custom Unsubscribe URL or a Suppression Group ID in the SendGrid settings page.

Acceptance Criteria

  • Add fields to the SendGrid settings page when using the SendGrid adapter to allow an admin to configure the Custom Unsubscribe URL and the Suppression Group ID.
  • Ensure the value of these fields make it to the API request that is sent to SendGrid.
  • Create a unit test to confirm this functionality.
@efuller efuller added the enhancement New feature or request label May 31, 2024
@kevinfodness kevinfodness added the php Requires understanding PHP label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request php Requires understanding PHP
Projects
None yet
Development

No branches or pull requests

2 participants