Aarohi Prasad

Results 9 comments of Aarohi Prasad

Closed in the favour of https://github.com/mautic/mautic/pull/12657

This depends on https://github.com/mautic/mautic/pull/13411. Will fix this after the mention PR is merged

Fixed the regex and this is working fine for me. I got an unrelated error while testing this on my local setup: ```13:46:20 ERROR [mautic] INTEGRATION ERROR: Salesforce - Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException:...

@escopecz the failing test case is completely unrelated to this PR. I ran it on local and it runs fine, without any errors. Can we ignore this failure?

Somehow I am unable to mark this PR as ready for review. I don't seem to have write access

You're right, this is exactly how it should work. Seems like it requires some code changes. I'll more this to in progress

The curl authentication seems to be working fine now ``` curl "https://mautic.ddev.site/api/v2/campaigns" {"errors":[{"message":"API authorization denied.","code":401,"type":"access_denied"}]} ``` ``` curl "https://mautic.ddev.site/api/v2/campaigns" -u admin Enter host password for user 'admin': {"@context":"\/api\/v2\/contexts\/Campaign","@id":"\/api\/v2\/campaigns","@type":"Collection","totalItems":0,"member":[]}% ```

Are there any known ways to make a campaign fail @nileshlohar ? I tried the following steps, yet I am unable to fail it. 1. Create a segment with 110...

After following the testing steps provided, I am able to see the headers indicating that the message is signed. I can also see the attached certificate. Verified that this is...