feat: add support for "Get Contacts by Emails" endpoint#159
feat: add support for "Get Contacts by Emails" endpoint#159trane77 wants to merge 2 commits intosendgrid:mainfrom
Conversation
- Add missing endpoint support - Fix typos in CONTRIBUTING.md example
|
@twilio-dx any news about this PR? Thanks |
|
Hi @funder7! We have added this to our list and looking into it. Thanks! |
|
Hi @funder7! I just check this one. The endpoint is already accessible if you have your contacts added. It throws 404 when there are no contacts previously added. I firstly created a contact with my sendgrid account with some email id say - `<?php $apiKey = getenv('SENDGRID_API_KEY'); try { |
|
Hi @tiwarishubham635, some time passed since my PR :-) Being something related to phpDoc only, and not an actual implementation, the update is totally transparent regarding how the API works, the only purpose is to help during development. Cheers |
Fixes
Makes the Get contacts by emails endpoint usable by adding the relative phpDoc method.
Checklist